Skip to content

Commit

Permalink
1.1.18: extSecrets - possibility to specify secretStore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexremn committed Sep 8, 2024
1 parent 625b251 commit eb671c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/default-templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: '1.1.17'
version: '1.1.17'
appVersion: '1.1.18'
version: '1.1.18'
name: default-templates
description: Default templates chart
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
Expand Down
4 changes: 2 additions & 2 deletions charts/default-templates/templates/_secret.external.multi.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "chart.secret.external.multi" -}}
{{- range $secret, $val := .Values.extSecrets }}
{{- range $secret, $val := .Values.extSecrets.values }}
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
Expand All @@ -11,7 +11,7 @@ spec:
refreshInterval: '0'
secretStoreRef:
kind: ClusterSecretStore
name: secrets-manager
name: {{ .Values.extSecrets.secretStore }}
target:
creationPolicy: Owner
name: {{ $secret }}
Expand Down

0 comments on commit eb671c3

Please sign in to comment.