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
|
|
@ -3,6 +3,7 @@ apiVersion: networking.gke.io/v1
|
|||
kind: ManagedCertificate
|
||||
metadata:
|
||||
name: {{ template "argo-cd.server.fullname" . }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
spec:
|
||||
domains:
|
||||
{{- with .Values.server.GKEmanagedCertificate.domains }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue