Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

fix: Changed {{- to {{ so that values are properly spaced from keys

Philip Gaber requested to merge gaberb1/fix/statefulset_template_indentation into main

Fixes that the resulting yaml file for the statefulset does have the correct spacing between keys and values for the secretKeyRef:

# [...]
            - name: "MARIADB_ROOT_PASSWORD"
              valueFrom:
                secretKeyRef:
                  name:mariadb # Currently like this
                  key:rootPassword # Currently like this
# [...]

Merge request reports

Loading