Skip to content

Commit

Permalink
1.1.24: extSecrets - add manual keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexremn committed Sep 8, 2024
1 parent b4c4636 commit 4fbb883
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.23'
version: '1.1.23'
appVersion: '1.1.24'
version: '1.1.24'
name: default-templates
description: Default templates chart
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
Expand Down
6 changes: 6 additions & 0 deletions charts/default-templates/templates/_secret.external.multi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ spec:
target:
creationPolicy: Owner
name: {{ $secretName }}
{{- if $secretConfig.manual }}
template:
mergePolicy: Merge
engineVersion: v2
data: {{ toYaml $secretConfig.manual | nindent 8 }}
{{- end }}
data:
{{- range $secretConfig.secrets }}
{{- $remoteKey := .name }}
Expand Down

0 comments on commit 4fbb883

Please sign in to comment.