Skip to content

Commit

Permalink
Add recursive secret retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Sep 4, 2024
1 parent cd2b23b commit d4f697c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.10.0
version: 2.11.0

1 change: 1 addition & 0 deletions helm-library/templates/_infiscal-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authentication:
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 }}
Expand Down

0 comments on commit d4f697c

Please sign in to comment.