Skip to content

Commit

Permalink
feat: added justaname environment to k8s staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghadi8 committed Sep 16, 2024
1 parent ba108c3 commit d3db6ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s-staging/staging-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
key: ENCRYPT_KEY
- objectName: encrypt_salt
key: ENCRYPT_SALT
- objectName: justaname_environment
key: JUSTANAME_ENVIRONMENT


parameters:
Expand Down Expand Up @@ -103,3 +105,5 @@ spec:
objectAlias: encrypt_key
- path: ENCRYPT_SALT
objectAlias: encrypt_salt
- path: JUSTANAME_ENVIRONMENT
objectAlias: justaname_environment
5 changes: 5 additions & 0 deletions k8s-staging/vc-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ spec:
secretKeyRef:
name: foosecret-verifications
key: ENCRYPT_SALT
- name: JUSTANAME_ENVIRONMENT
valueFrom:
secretKeyRef:
name: foosecret-verifications
key: JUSTANAME_ENVIRONMENT
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit d3db6ac

Please sign in to comment.