Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroEsc committed Jan 27, 2020
1 parent 34b4128 commit a7ba9b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions staging/cert-manager-setup/templates/clusterissuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ metadata:
"helm.sh/hook-weight": "-2"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
{{ required "clusterissuer must have a spec" .Values.clusterissuer.spec | toYaml | indent 4 }}
{{ end }}
{{ required "clusterissuer must have a spec" .Values.clusterissuer.spec | toYaml | indent 4 }}
{{ end }}
2 changes: 1 addition & 1 deletion staging/cert-manager-setup/templates/clusterissuers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ metadata:
"helm.sh/hook-weight": "-2"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
{{ required "clusterissuer must have a spec" .spec | toYaml | indent 4 }}
{{ required "clusterissuer must have a spec" .spec | toYaml | indent 4 }}
{{- end }}
{{- end }}

0 comments on commit a7ba9b5

Please sign in to comment.