Skip to content

Commit

Permalink
Fix value key
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1045 committed Oct 13, 2023
1 parent 002041f commit dccb293
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 dccb293

Please sign in to comment.