Joel Renk
Joel Renk
@gastonfournier I changed the check to include all possible ssl fields. Is that what you meant?
@n0rad have you found a solution for this? This is unfortunate for maintaining yaml files in git.
Are there any updates on this? I am facing the same issue with chart version 5.1.3.
Could the fix for this be this: Current `deployment.yaml`: ``` {{- if .Values.dbConfig.ssl }} - name: DATABASE_SSL value: {{ .Values.dbConfig.ssl | toJson | quote }} {{- else if .Values.postgresql.enabled }}...