Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fix/devops 197/fix prod b (#86)
Browse files Browse the repository at this point in the history
* changed kms key id

* chnaged prod-b manifest
  • Loading branch information
mecostav authored and seromenho committed Jan 17, 2023
1 parent 7f5bbbf commit af32951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack-eks/vrf/prod-b/vrf.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
- name: AWS_REGION
value: "eu-west-1"
- name: AWS_ACCESS_KEY_ID
value: "AKIAUCFCNNDP43FOEMXL"
value: "AKIAUCFCNNDP3KTGUU2C"
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: app-env-vars
key: AWS_SECRET_ACCESS_KEY
- name: AWS_KMS_KEY_ID
value: "mrk-16204a3cd38f4c1c8c0a523b9ba10bf2"
value: "mrk-b052d34bfc334732978512e73acb9f41"
- name: VRF_ENCRYPTED_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit af32951

Please sign in to comment.