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
This PR fixes a template error in
postgres-operator/deployment
. If you want to useextraEnvs
invalues.yaml
, the current indentation forextraEnvs
causes the resultingdeployment.yaml
to break due to incorrect indentation.The nindent value has been updated from
12
to8
.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