From b0c2255dda75eda59a0706325598f7c966aefc3c Mon Sep 17 00:00:00 2001 From: John Watson Date: Wed, 4 Sep 2024 12:26:13 +0100 Subject: [PATCH] Update indentation --- helm-library/Chart.yaml | 2 +- helm-library/templates/_infiscal-secret.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm-library/Chart.yaml b/helm-library/Chart.yaml index 3d9b745..2e792c0 100644 --- a/helm-library/Chart.yaml +++ b/helm-library/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: helm-library description: A Helm library chart type: library -version: 2.12.0 +version: 2.13.0 diff --git a/helm-library/templates/_infiscal-secret.yaml b/helm-library/templates/_infiscal-secret.yaml index 3f3ad70..9f066eb 100644 --- a/helm-library/templates/_infiscal-secret.yaml +++ b/helm-library/templates/_infiscal-secret.yaml @@ -9,13 +9,13 @@ metadata: authentication: universalAuth: secretsScope: - projectSlug: {{ .Values.secret.projectSlug | default "Contabo" | quote }} - envSlug: {{ .Values.secret.envSlug | default "prod" | quote }} - secretsPath: {{ .Values.secret.secretsPath | default "/" | quote }} - recursive: {{ .Values.secret.recursive | default "true" | quote }} + projectSlug: {{ .Values.secret.projectSlug | default "Contabo" | quote }} + envSlug: {{ .Values.secret.envSlug | default "prod" | quote }} + secretsPath: {{ .Values.secret.secretsPath | default "/" | quote }} + recursive: {{ .Values.secret.recursive | default "true" | quote }} credentialsRef: - secretName: {{ .Values.secret.secretName | default "universal-auth-credentials" | quote }} - secretNamespace: {{ .Values.secret.secretNamespace | default "infiscal" | quote }} + secretName: {{ .Values.secret.secretName | default "universal-auth-credentials" | quote }} + secretNamespace: {{ .Values.secret.secretNamespace | default "infiscal" | quote }} {{- end }} {{- define "helm-library.infiscal-secret" -}} {{- include "helm-library.util.merge" (append . "helm-library.secret.tpl") -}}