Skip to content

Commit

Permalink
Update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Sep 4, 2024
1 parent 6c24f58 commit b0c2255
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.12.0
version: 2.13.0

12 changes: 6 additions & 6 deletions helm-library/templates/_infiscal-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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") -}}
Expand Down

0 comments on commit b0c2255

Please sign in to comment.