Update charts/argocd-apps/templates/projects.yaml

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Fabián Sellés Rosa <1088313+Fsero@users.noreply.github.com>
This commit is contained in:
Fabián Sellés Rosa 2023-07-11 14:59:18 +02:00 committed by GitHub
parent beaef0f10a
commit 9ff3b1e1fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,9 @@ metadata:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
spec: spec:
permitOnlyProjectScopedClusters: {{ .permitOnlyProjectScopedClusters | default false }} {{- with .permitOnlyProjectScopedClusters }}
permitOnlyProjectScopedClusters: {{ . }}
{{- end }}
description: {{ .description }} description: {{ .description }}
{{- with .sourceRepos }} {{- with .sourceRepos }}
sourceRepos: sourceRepos: