Skip to content

Commit

Permalink
chore(external-secrets): CTMS error with ValidationError(ExternalSecr…
Browse files Browse the repository at this point in the history
…et.spec.dataFrom[0] (#160)
  • Loading branch information
bkochendorfer authored Aug 17, 2022
1 parent f12d4b5 commit cda1227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ctms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart for Mozilla's CTMS-API app

type: application

version: 0.1.1
version: 0.1.2
2 changes: 1 addition & 1 deletion charts/ctms/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
name:ctms
dataFrom:
- extract:
key: {{ .Values.externalSecrets.secretName }}
key: {{ .Values.externalSecrets.secretName }}
{{- else }}
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit cda1227

Please sign in to comment.