postgres-operator
postgres-operator copied to clipboard
fix(postgres-operator/deployment): Set 'nindent' to 8 for 'extraEnvs'
This PR fixes a template error in postgres-operator/deployment.
If you want to use extraEnvs in values.yaml, the current indentation for extraEnvs causes the resulting deployment.yaml to break due to incorrect indentation.
The nindent value has been updated from 12 to 8.
Result with the old values.yaml (nindent 12):
Result with the new nindent set to 8:
Bumped Chart.yaml version to 1.13.1 but I'm not sure if it's correct
That would be nice. We also hit that.
Thanks for providing the fix. Could you please keep the version on the Chart.yaml? (see my comment)
:+1: