jouve / charts

GNU General Public License v3.0
10 stars 16 forks source link

fix: deployment indent #34

Closed yurii-kryvosheia closed 9 months ago

yurii-kryvosheia commented 9 months ago

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 commented 9 months ago

good catch !