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
Flux kustomization postBuild failing with error message postBuild 'post build failed for ''sourceSecret'': envsubst error: YAMLToJSON: yaml: line 8: did not find expected alphabetic or numeric character'
The postBuild substitution works fine with secret values not starting with character * in plain text
However when encoded in base64, there is no special character but who knows the way Flux does manage the secret value substitution: in plain text (then we have special characters) or in base64 ?
Describe the bug
Flux kustomization postBuild failing with error message
postBuild 'post build failed for ''sourceSecret'': envsubst error: YAMLToJSON: yaml: line 8: did not find expected alphabetic or numeric character'
The postBuild substitution works fine with secret values not starting with character
*
in plain textHowever when encoded in base64, there is no special character but who knows the way Flux does manage the secret value substitution: in plain text (then we have special characters) or in base64 ?
Steps to reproduce
Here is the source yaml secret snippet
Here is yaml Flux kusto snippet
Here is the target yaml secret snippet
Expected behavior
Expected the target secret workload
Screenshots and recordings
Also gave a try with this target secret yaml syntax
The text was updated successfully, but these errors were encountered: