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:
parent
beaef0f10a
commit
9ff3b1e1fe
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ metadata:
|
|||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
permitOnlyProjectScopedClusters: {{ .permitOnlyProjectScopedClusters | default false }}
|
||||
{{- with .permitOnlyProjectScopedClusters }}
|
||||
permitOnlyProjectScopedClusters: {{ . }}
|
||||
{{- end }}
|
||||
description: {{ .description }}
|
||||
{{- with .sourceRepos }}
|
||||
sourceRepos:
|
||||
|
|
Loading…
Reference in a new issue