feat(argocd-apps): Support sourceNamespaces for AppProject (#1698)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
bd7dc0bddf
commit
f5c5c141c5
3 changed files with 8 additions and 2 deletions
|
|
@ -63,4 +63,8 @@ spec:
|
|||
signatureKeys:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .sourceNamespaces }}
|
||||
sourceNamespaces:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue