Open raghulv74 opened 2 months ago
@raghulv74 please try to format your code.
@yxxhero I have used the below format for configmap template
I dont think issue is in the formating
@yxxhero I have updated the codes in the main comment
try to remove all those -
whitespace eaters ... this eat all indentation so YAML become invalid ... I recommend to not use indent
and nindent
and use mustToJson
instead. It's much more safer...
I am trying to replace secret values to configmap using helm, I am able to pass the values but the configmap yaml creating with multiline, like below
but my desired output yaml is
Values.yaml:
configmap template:
when i try to use indent I am getting parse error
Output of
helm version
:Version:"v3.6.3"Output of
kubectl version
:1.24Cloud Provider/Platform (AKS, GKE, Minikube etc.):