Skip to content

Commit

Permalink
fix param names
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed May 16, 2024
1 parent e7bfcb1 commit f12e4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/prod/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ env:
parameter_name: /eks/maker-prod-eu/mips-backend/webhooks-secret-token
GIT_ACCESS_API_TOKEN:
type: parameterStore
name: webhooks-secret-token
name: git-access-api-token
parameter_name: /eks/maker-prod-eu/mips-backend/git-access-api-token

externalSecrets:
Expand Down
2 changes: 1 addition & 1 deletion helm/staging/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:
parameter_name: /eks/maker-staging/mips-backend/webhooks-secret-token
GIT_ACCESS_API_TOKEN:
type: parameterStore
name: webhooks-secret-token
name: git-access-api-token
parameter_name: /eks/maker-staging/mips-backend/git-access-api-token

externalSecrets:
Expand Down

0 comments on commit f12e4ca

Please sign in to comment.