{{ if .Values.secret.create }} apiVersion: v1 kind: Secret metadata: name: argocd-notifications-secret labels: {{- include "argocd-notifications.labels" . | nindent 4 }} type: Opaque stringData: {{- with .Values.secret.items }} {{ toYaml . | nindent 2 }} {{- end }} {{- end }}