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: deployment indent #34

Merged
merged 2 commits into from
Dec 15, 2023
Merged

fix: deployment indent #34

merged 2 commits into from
Dec 15, 2023

Conversation

yurii-kryvosheia
Copy link
Contributor

When using fluxcd, an incorrect indent can cause issues with the Values.args in a helm release.
Helm template:

          args:
          - --db-file
          - /var/lib/mailpit/mailpit.db
          - --webroot
          - /
            - --tag
            - tag=some-tag

becomes

          args:
          - --db-file
          - /var/lib/mailpit/mailpit.db
          - --webroot
          - / - --tag - tag=some-tag

@jouve
Copy link
Owner

jouve commented Dec 15, 2023

good catch !

@jouve jouve merged commit 84a2f74 into jouve:main Dec 15, 2023
4 checks passed
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.

2 participants