Skip to content

Commit

Permalink
fix: fix k8s files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghadi8 committed Sep 16, 2024
1 parent ef0e42c commit 5e6acd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s-staging/staging-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets-manager-access-sa
namespace: verifications-staging-namespace
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::905418196669:role/justaname-staging-cluster-eksClusterRole
eks.amazonaws.com/role-arn: arn:aws:iam::${AWS_ID}:role/justaname-staging-cluster-eksClusterRole
---
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
Expand Down
2 changes: 1 addition & 1 deletion k8s-staging/vc-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
secretProviderClass: "aws-secrets"
containers:
- name: analytics
image: 905418196669.dkr.ecr.eu-central-1.amazonaws.com/justaname/vc-api:latest
image: ${AWS_ID}.dkr.ecr.eu-central-1.amazonaws.com/justaname/vc-api:latest
ports:
- containerPort: 3009
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion k8s/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets-manager-access-sa
namespace: verifications-namespace
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::905418196669:role/justaname-production-cluster-eksClusterRole
eks.amazonaws.com/role-arn: arn:aws:iam::${AWS_ID}:role/justaname-production-cluster-eksClusterRole
---
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
Expand Down
2 changes: 1 addition & 1 deletion k8s/vc-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
secretProviderClass: "aws-secrets"
containers:
- name: analytics
image: 905418196669.dkr.ecr.eu-central-1.amazonaws.com/justaname-production/vc-api:latest
image: ${AWS_ID}.dkr.ecr.eu-central-1.amazonaws.com/justaname-production/vc-api:latest
ports:
- containerPort: 3009
volumeMounts:
Expand Down

0 comments on commit 5e6acd3

Please sign in to comment.