Fix missing {{- end }} blocks

mistakenly removed in commit.
This commit is contained in:
Jaret Deprin 2019-10-15 18:54:17 -07:00
parent ca53ad463a
commit 0f7aba1300
5 changed files with 7 additions and 2 deletions

View file

@ -39,3 +39,4 @@ items:
{{- toYaml .ignoreDifferences | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}

View file

@ -21,3 +21,4 @@ spec:
kind: {{ .Values.certificate.issuer.kind | quote }}
name: {{ .Values.certificate.issuer.name | quote }}
secretName: argocd-secret
{{- end }}

View file

@ -32,3 +32,4 @@ rules:
- pods/log
verbs:
- get
{{- end }}

View file

@ -18,3 +18,4 @@ subjects:
- kind: ServiceAccount
name: {{ template "argo-cd.serverServiceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end -}}

View file

@ -43,3 +43,4 @@ items:
{{- toYaml .roles | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}