Fix missing {{- end }} blocks
mistakenly removed in commit.
This commit is contained in:
parent
ca53ad463a
commit
0f7aba1300
5 changed files with 7 additions and 2 deletions
|
@ -38,4 +38,5 @@ items:
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
{{- toYaml .ignoreDifferences | nindent 8 }}
|
{{- toYaml .ignoreDifferences | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
|
@ -20,4 +20,5 @@ spec:
|
||||||
issuerRef:
|
issuerRef:
|
||||||
kind: {{ .Values.certificate.issuer.kind | quote }}
|
kind: {{ .Values.certificate.issuer.kind | quote }}
|
||||||
name: {{ .Values.certificate.issuer.name | quote }}
|
name: {{ .Values.certificate.issuer.name | quote }}
|
||||||
secretName: argocd-secret
|
secretName: argocd-secret
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -31,4 +31,5 @@ rules:
|
||||||
- pods
|
- pods
|
||||||
- pods/log
|
- pods/log
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -18,3 +18,4 @@ subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: {{ template "argo-cd.serverServiceAccountName" . }}
|
name: {{ template "argo-cd.serverServiceAccountName" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
{{- end -}}
|
||||||
|
|
|
@ -42,4 +42,5 @@ items:
|
||||||
roles:
|
roles:
|
||||||
{{- toYaml .roles | nindent 8 }}
|
{{- toYaml .roles | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Reference in a new issue