Skip to content

Commit

Permalink
Removed if - not working (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-lusa authored Jun 20, 2021
1 parent 2c4316b commit a073031
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ data:
key_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).serviceDirectory }}.key"
directory:
database_file: {{ .Values.serviceDirectory.persistentStoragePath }}/service-directory.records
{{ if .Values.tls.intermediateCertificates }}
ca_intermediate_certificate_files:
{{- range (index .Values.tls.intermediateCertificates .Values.environment) }}
- "{{ $.Values.tls.mountPath }}/{{ . }}"
{{- end}}
{{ end }}
ca_certificate_files:
{{- range (index .Values.tls.rootCertificates .Values.environment) }}
- "{{ $.Values.tls.mountPath }}/{{ . }}"
Expand Down

0 comments on commit a073031

Please sign in to comment.