Skip to content

Commit

Permalink
Merge pull request #758 from planetarium/feature/9c-single
Browse files Browse the repository at this point in the history
Fix value key
  • Loading branch information
sky1045 authored Oct 13, 2023
2 parents 3b57818 + dccb293 commit 6a263b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/all-in-one/templates/secret-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
dataFrom:
- extract:
{{- if .Values.externalSecret.prefix }}
key: {{ .Values.externalSecrets.prefix }}/bridge
key: {{ .Values.externalSecret.prefix }}/bridge
{{- else }}
key: {{ .Values.clusterName }}/bridge
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/all-in-one/templates/secret-patrol-reward.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .Values.patrolRewardService.enabled }}
{{ if .Values.externalSecrets.enabled }}
{{ if .Values.externalSecret.enabled }}
apiVersion: "external-secrets.io/v1beta1"
kind: ExternalSecret
metadata:
Expand Down

0 comments on commit 6a263b0

Please sign in to comment.