Skip to content

Commit

Permalink
Merge pull request hashicorp#260 from hashicorp/ca-bundle
Browse files Browse the repository at this point in the history
Ensure caBundle is set to string
  • Loading branch information
lkysow authored Oct 28, 2019
2 parents 931e95f + 1b64403 commit d989321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/connect-inject-mutatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ webhooks:
name: {{ template "consul.fullname" . }}-connect-injector-svc
namespace: {{ .Release.Namespace }}
path: "/mutate"
caBundle: {{ .Values.connectInject.certs.caBundle }}
caBundle: {{ .Values.connectInject.certs.caBundle | quote }}
rules:
- operations: [ "CREATE" ]
apiGroups: [""]
Expand Down

0 comments on commit d989321

Please sign in to comment.