[bitnami/argo-cd] Add missing namespace metadata (#10099)

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Miguel Ruiz
2022-05-11 08:50:56 +02:00
committed by GitHub
parent 7859cf06f5
commit f3e3fe9310
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "common.names.fullname" $ }}-cluster-{{ .name }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}