rules_k8s
rules_k8s copied to clipboard
variables not interpolated on describe
When running a describe, I get the error: error converting YAML to JSON: yaml: line 5: found character that cannot start any token. Looking at the generated yaml, I see that the substitutions I provided are not being replaced. Are substitutions not available for the describe target?
I have observed something similar with the delete target... see #556
Did you find a workaround for this?