From ac2bf802b39975d3781e5a889bf54c28a70d62e4 Mon Sep 17 00:00:00 2001 From: Aron Kaufmann Date: Mon, 17 Jun 2024 10:30:18 +0200 Subject: [PATCH] change indentation --- common/helm/templates/_metering.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/helm/templates/_metering.tpl b/common/helm/templates/_metering.tpl index 23cb96b..06e9a76 100644 --- a/common/helm/templates/_metering.tpl +++ b/common/helm/templates/_metering.tpl @@ -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 }} \ No newline at end of file