Skip to content

Commit

Permalink
chore(ctms): Fix space in target name (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer authored Aug 17, 2022
1 parent cda1227 commit 342fdbc
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.2
version: 0.1.4
2 changes: 1 addition & 1 deletion charts/ctms/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
kind: ClusterSecretStore
name: secretsmanager-secretstore
target:
name:ctms
name: ctms
dataFrom:
- extract:
key: {{ .Values.externalSecrets.secretName }}
Expand Down

0 comments on commit 342fdbc

Please sign in to comment.