Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(postgres-operator/deployment): Set 'nindent' to 8 for 'extraEnvs' #2783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mart-Kuc
Copy link

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):

Old-template

Result with the new nindent set to 8:
New-template

Bumped Chart.yaml version to 1.13.1 but I'm not sure if it's correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant