Skip to content

Commit

Permalink
Merge pull request hashicorp#342 from msiedlarek/templating-fix
Browse files Browse the repository at this point in the history
Fixed template newline issue in connect-inject deployment
  • Loading branch information
lkysow authored Jan 27, 2020
2 parents b496bcc + 505e918 commit b1432cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/connect-inject-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
-listen=:8080 \
{{- if .Values.connectInject.overrideAuthMethodName }}
-acl-auth-method="{{ .Values.connectInject.overrideAuthMethodName }}" \
{{ else if .Values.global.bootstrapACLs }}
{{- else if .Values.global.bootstrapACLs }}
-acl-auth-method="{{ template "consul.fullname" . }}-k8s-auth-method" \
{{- end }}
{{- if .Values.global.tls.enabled }}
Expand Down

0 comments on commit b1432cc

Please sign in to comment.