Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
f7837f693e
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ items:
|
||||||
- apiVersion: argoproj.io/v1alpha1
|
- apiVersion: argoproj.io/v1alpha1
|
||||||
kind: AppProject
|
kind: AppProject
|
||||||
metadata:
|
metadata:
|
||||||
{{- if .additionalProjects }}
|
{{- if .additionalAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := .additionalProjects }}
|
{{- range $key, $value := .additionalAnnotations }}
|
||||||
{{ $key }}: {{ $value | quote }}
|
{{ $key }}: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -43,4 +43,4 @@ items:
|
||||||
{{- toYaml .roles | nindent 8 }}
|
{{- toYaml .roles | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue