Skip to content

Commit

Permalink
1.1.13: update external-secrets tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexremn committed May 30, 2024
1 parent cc99dcc commit 0518a3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.12'
version: '1.1.12'
appVersion: '1.1.13'
version: '1.1.13'
name: default-templates
description: Default templates chart
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
Expand Down
8 changes: 4 additions & 4 deletions charts/default-templates/templates/_secret.external.multi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ spec:
creationPolicy: Owner
name: {{ $secret }}
data:
{{- range $val }}
- secretKey: {{ .secretKey }}
{{- range $key, $value := $val }}
- secretKey: {{ $key }}
remoteRef:
key: {{ .remoteRef.key }}
property: {{ .remoteRef.property }}
key: {{ $value }}
property: {{ $key }}
{{- end }}
---
{{- end }}
Expand Down

0 comments on commit 0518a3e

Please sign in to comment.