Skip to content

Commit

Permalink
Fix name of autoencrypt cert
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Nov 30, 2022
1 parent 0a64d26 commit d786e99
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
mountPath: /consul-bin
{{- end }}
{{- if .Values.global.tls.enabled }}
{{- if .Values.global.tls.enableAutoEncrypt }}
{{- if and .Values.client.enabled .Values.global.tls.enableAutoEncrypt }}
- name: consul-auto-encrypt-ca-cert
{{- else }}
- name: consul-ca-cert
Expand Down Expand Up @@ -243,11 +243,7 @@ spec:
name: consul-data
readOnly: false
{{- if .Values.global.tls.enabled }}
{{- if .Values.global.tls.enableAutoEncrypt }}
- name: consul-auto-encrypt-ca-cert
{{- else }}
- name: consul-ca-cert
{{- end }}
mountPath: /consul/tls/ca
readOnly: true
{{- end }}
Expand Down

0 comments on commit d786e99

Please sign in to comment.