apiVersion: v1 kind: ConfigMap metadata: name: argocd-tls-certs-cm labels: {{- include "argo-cd.labels" (dict "context" . "component" .Values.server.name "name" "tls-certs-cm") | nindent 4 }} {{- with .Values.configs.tlsCertsAnnotations }} annotations: {{- range $key, $value := . }} {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} {{- with .Values.configs.tlsCerts }} {{- toYaml . | nindent 0 }} {{- end }}