Skip to content

Commit

Permalink
add missing GIT_ACCESS_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed May 16, 2024
1 parent 42b4fda commit 4cce0d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/prod/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ env:
type: parameterStore
name: webhooks-secret-token
parameter_name: /eks/maker-prod-eu/mips-backend/webhooks-secret-token
GIT_ACCESS_API_TOKEN:
type: parameterStore
name: webhooks-secret-token
parameter_name: /eks/maker-staging/mips-backend/git-access-api-token

externalSecrets:
clusterSecretStoreName: maker-prod-eu
Expand Down
4 changes: 4 additions & 0 deletions helm/staging/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ env:
type: parameterStore
name: webhooks-secret-token
parameter_name: /eks/maker-staging/mips-backend/webhooks-secret-token
GIT_ACCESS_API_TOKEN:
type: parameterStore
name: webhooks-secret-token
parameter_name: /eks/maker-staging/mips-backend/git-access-api-token

externalSecrets:
clusterSecretStoreName: maker-staging
Expand Down

0 comments on commit 4cce0d7

Please sign in to comment.