fix(argo-cd): add namespace field for namespace scoped resources (#1937)
This commit is contained in:
parent
7eeb70f711
commit
88d690ef62
90 changed files with 92 additions and 27 deletions
|
|
@ -2,6 +2,7 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: argocd-tls-certs-cm
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
labels:
|
||||
{{- include "argo-cd.labels" (dict "context" . "name" "tls-certs-cm") | nindent 4 }}
|
||||
{{- with (mergeOverwrite (deepCopy .Values.configs.tls.annotations) (.Values.configs.tlsCertsAnnotations | default dict)) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue