Skip to content

Commit

Permalink
change indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AronKa-SAG committed Jun 17, 2024
1 parent 7b0bbd1 commit ac2bf80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/helm/templates/_metering.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Usage:
- name: "METERING_TRUSTSTORE_FILE"
value: "{{ .Values.metering.trustStoreFile }}"
- name: "METERING_TRUSTSTORE_PASSWORD"
{{- if .Values.metering.trustStorePasswordFromSecret.enabled -}}
{{ if .Values.metering.trustStorePasswordFromSecret.enabled }}
valueFrom:
secretKeyRef:
name: "{{ .Values.metering.trustStorePasswordFromSecret.secretName }}"
key: "{{ .Values.metering.trustStorePasswordFromSecret.secretKey }}"
{{- else -}}
{{ else }}
value: "{{ .Values.metering.trustStorePassword }}"
{{- end -}}
{{ end }}
{{- end }}

0 comments on commit ac2bf80

Please sign in to comment.