Skip to content

Commit

Permalink
Fix external secret target name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhriv committed Nov 14, 2023
1 parent 5bf6a4a commit 7f1af1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.0.1"
description: Chart for Oral History Public-Facing App
name: oralhistory
version: 0.0.10
version: 0.0.11

# The `appVersion` is not a required field whereas `version` is required. If
# you’re making changes to a helm chart template file and/or the default values
Expand Down
2 changes: 1 addition & 1 deletion charts/templates/oral-history-externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
name: {{ $.Values.externalsecrets.ref }}
kind: ClusterSecretStore
target:
name: {{ include "chart.fullname" . }}-secrets
name: {{ include "chart.fullname" . }}-externalsecret
data:
{{- toYaml .Values.externalsecrets.secrets.application.data | nindent 4 }}
{{- end }}

0 comments on commit 7f1af1e

Please sign in to comment.