Skip to content

Commit

Permalink
Add default namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Sep 4, 2024
1 parent c8aaa01 commit 55441aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.18.0
version: 2.19.0
4 changes: 2 additions & 2 deletions helm-library/templates/_infiscal-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
authentication:
universalAuth:
secretsScope:
projectSlug: {{ .Values.secret.projectSlug | default "Contabo" | quote }}
projectSlug: {{ .Values.secret.projectSlug | default "contabo-k-nii" | quote }}
envSlug: {{ .Values.secret.envSlug | default "prod" | quote }}
secretsPath: {{ .Values.secret.secretsPath | default "/" | quote }}
recursive: {{ .Values.secret.recursive | default true }}
Expand All @@ -20,7 +20,7 @@ spec:
secretNamespace: {{ .Values.secret.secretNamespace | default "infiscal" | quote }}
managedSecretReference:
secretName: {{ required (printf $requiredMsg "name") .Values.name }}
secretNamespace: {{ required (printf $requiredMsg "namespace") .Values.namespace }}
secretNamespace: {{ .Values.namespace | default .Release.Namespace | quote }}
creationPolicy: {{ .Values.secret.creationPolicy | default "Owner" | quote }}
{{- end }}
{{- define "helm-library.infiscal-secret" -}}
Expand Down

0 comments on commit 55441aa

Please sign in to comment.