fix: Changed {{- to {{ so that values are properly spaced from keys
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
# [...]