Skip to content

Commit

Permalink
Merge pull request #40 from JustaName-id/ghadi/k8s-fixes
Browse files Browse the repository at this point in the history
fix: k8s files fixes for siwe origin and domain
  • Loading branch information
Ghadi8 authored Oct 15, 2024
2 parents e16cceb + a7fc3d6 commit 27b1d5d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions k8s-staging/staging-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
key: JUSTANAME_ENVIRONMENT
- objectName: resend_api_key
key: RESEND_API_KEY
- objectName: object
key: OBJECT
- objectName: origin
key: ORIGIN
- objectName: domain
key: DOMAIN

Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
objectAlias: justaname_environment
- path: RESEND_API_KEY
objectAlias: resend_api_key
- path: OBJECT
objectAlias: object
- path: ORIGIN
objectAlias: origin
- path: DOMAIN
objectAlias: domain
4 changes: 2 additions & 2 deletions k8s-staging/vc-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ spec:
secretKeyRef:
name: foosecret-verifications
key: RESEND_API_KEY
- name: OBJECT
- name: ORIGIN
valueFrom:
secretKeyRef:
name: foosecret-verifications
key: OBJECT
key: ORIGIN
- name: DOMAIN
valueFrom:
secretKeyRef:
Expand Down
8 changes: 4 additions & 4 deletions k8s/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ spec:
key: ENCRYPT_SALT
- objectName: resend_api_key
key: RESEND_API_KEY
- objectName: object
key: OBJECT
- objectName: origin
key: ORIGIN
- objectName: domain
key: DOMAIN

Expand Down Expand Up @@ -107,7 +107,7 @@ spec:
objectAlias: encrypt_salt
- path: RESEND_API_KEY
objectAlias: resend_api_key
- path: OBJECT
objectAlias: object
- path: ORIGIN
objectAlias: origin
- path: DOMAIN
objectAlias: domain
4 changes: 2 additions & 2 deletions k8s/vc-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ spec:
secretKeyRef:
name: foosecret-verifications
key: RESEND_API_KEY
- name: OBJECT
- name: ORIGIN
valueFrom:
secretKeyRef:
name: foosecret-verifications
key: OBJECT
key: ORIGIN
- name: DOMAIN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 27b1d5d

Please sign in to comment.