Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix deployment extraEnvs indentation in operator chart #2814

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

DaDummy
Copy link
Contributor

@DaDummy DaDummy commented Dec 11, 2024

Fix bad operator extraEvns indentation by matching the statement to how other lists are expanded in the deployment template.

The previous implementation caused a yaml parsing error due to the expanded extraEnvs list being indented by more than 8 spaces while the other list entries from the template just have 8 spaces indentation.

@DaDummy DaDummy changed the title Fix operator extraEvns indentation Fix operator deployment extraEnvs indentation Dec 11, 2024
Fix bad operator extraEnvs indentation by matching the statement to how other lists are expanded in the deployment template
@DaDummy DaDummy changed the title Fix operator deployment extraEnvs indentation Fix deployment extraEnvs indentation in operator chart Dec 11, 2024
@FxKu FxKu added the minor label Dec 17, 2024
@FxKu FxKu added this to the 1.14.0 milestone Dec 17, 2024
@FxKu
Copy link
Member

FxKu commented Dec 20, 2024

👍

1 similar comment
@hughcapet
Copy link
Member

👍

@FxKu FxKu merged commit 548e387 into zalando:master Dec 23, 2024
6 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants