Skip to content

Commit

Permalink
remove some vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Mar 15, 2024
1 parent 1e8bcc4 commit 1a3cd73
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions backend/helm/staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,6 @@ env:
NODE_ENV:
type: kv
value: development
FOLDER_REPOSITORY_NAME:
type: kv
value: mips_repository
REPO_PATH:
type: kv
value: https://github.com/makerdao/mips.git
REPO_BRANCH:
type: kv
value: master
FOLDER_PATTERN:
type: kv
value: 'MIP*'
REQUEST_GITHUB_URL_API_ENDPOINT:
type: kv
value: https://api.github.com/graphql
MIP_GITHUB_REPOSITORY:
type: kv
value: mips
MIP_GITHUB_REPOSITORY_OWNER:
type: kv
value: makerdao
GITHUB_LINKS:
type: kv
value: https://github.com/makerdao/mips/blob/master
MONGODB_URI:
type: parameterStore
name: mongodb-uri
Expand All @@ -80,14 +56,6 @@ env:
type: parameterStore
name: webhooks-secret-token
parameter_name: /eks/maker-staging/mips-backend/webhooks-secret-token
GIT_ACCESS_API_TOKEN:
type: parameterStore
name: git-access-api-token
parameter_name: /eks/maker-staging/mips-backend/git-access-api-token
GITHUB_REPOSITORY_ID:
type: parameterStore
name: github-repository-id
parameter_name: /eks/maker-staging/mips-backend/github-repository-id

externalSecrets:
clusterSecretStoreName: maker-staging
Expand Down

0 comments on commit 1a3cd73

Please sign in to comment.