Skip to content

Commit

Permalink
chore(secretsmanager): Fix copy/pasted typo for secretsmanager store …
Browse files Browse the repository at this point in the history
…name (#150)
  • Loading branch information
bkochendorfer authored Aug 12, 2022
1 parent 8d04636 commit 50e9dde
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/discourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: discourse
description: A Helm Chart for Mozilla's Discourse application
type: application
version: 3.0.0
version: 3.0.1
appVersion: f58ded6
keywords:
- Mozilla
Expand Down
2 changes: 1 addition & 1 deletion charts/discourse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ externalSecrets:
# - key: /{env}/discourse/envvar
# name: DISCOURSE_SMTP_USER_NAME
# property: DISCOURSE_SMTP_USER_NAME
store: secrectsmanager-secretstore
store: secretsmanager-secretstore
target: discourse


Expand Down
2 changes: 1 addition & 1 deletion charts/etherpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: etherpad
description: A Helm chart for the Mozilla Etherpad application
type: application
version: 2.0.1
version: 2.0.2

keywords:
- Mozilla
Expand Down
2 changes: 1 addition & 1 deletion charts/etherpad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ externalSecrets:
# - key: /{env}/etherpad/envvar
# name: ETHERPAD_SESSION_KEY
# property: ETHERPAD_SESSION_KEY
store: secrectsmanager-secretstore
store: secretsmanager-secretstore
target: etherpad

image:
Expand Down
2 changes: 1 addition & 1 deletion charts/mozmoderator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mozmoderator
description: A Helm Chart for Mozilla's Moderator application
type: application
version: 0.3.0
version: 0.3.1
appVersion: c285426edacb3a1791bab84f64c16d00e6d865eb
keywords:
- Mozilla
Expand Down
2 changes: 1 addition & 1 deletion charts/mozmoderator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ externalSecrets:
# - key: /{env}/moderator/envvar
# name: SENTRY_DSN
# property: sentry_dsn
store: secrectsmanager-secretstore
store: secretsmanager-secretstore
target: moderator


Expand Down

0 comments on commit 50e9dde

Please sign in to comment.