You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explanation:
I am using kpt "ApplyReplacements" function and trying to replace string data under "data " section in below yaml.
I have made the string section bold which is inside data section. This is not happening. any way i cannot write path that can replace this section with string i want.
Expected behavior
I should be able to write proper yaml path in replacements and replace the string inside it.
Actual behavior
not working.
Information
Steps to reproduce the behavior
create a template file template.yaml and a values.yaml file. both having simillar structure of yaml data.
now create a replacements file of kpt and try to replace the string inside data section of template.yaml with that in values.yaml data section. user cannot write a path to the string and do that.
create
The text was updated successfully, but these errors were encountered:
Explanation:
I am using kpt "ApplyReplacements" function and trying to replace string data under "data " section in below yaml.
I have made the string section bold which is inside data section. This is not happening. any way i cannot write path that can replace this section with string i want.
Expected behavior
I should be able to write proper yaml path in replacements and replace the string inside it.
Actual behavior
not working.
Information
Steps to reproduce the behavior
create a template file template.yaml and a values.yaml file. both having simillar structure of yaml data.
now create a replacements file of kpt and try to replace the string inside data section of template.yaml with that in values.yaml data section. user cannot write a path to the string and do that.
create
The text was updated successfully, but these errors were encountered: