Skip to content

Commit

Permalink
Fix external secret for attic
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 8, 2024
1 parent ce3e35b commit e86958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/attic/attic.cue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kustomizations: $default: "manifest": {
kind: "ExternalSecret"
spec: {
refreshInterval: "0"
template: data: HS256_SECRET: "{{ .password }}"
target: template: data: HS256_SECRET: "{{ .password }}"
dataFrom: [{sourceRef: generatorRef: {
apiVersion: secretGenerator.apiVersion
kind: secretGenerator.kind
Expand Down

0 comments on commit e86958b

Please sign in to comment.