Skip to content

Commit

Permalink
chore(consortia-envs): fix credential expiry config overwrite (eclips…
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Apr 8, 2024
1 parent 4b7eeb2 commit ee08d98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion consortia/environments/values-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ processesworker:
index0:
encryptionKey: "<path:portal/data/ssi-credential-issuer/beta/wallet#encryptionKey0>"

credentialexpiry:
credentialExpiry:
logging:
default: "Debug"

Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ processesworker:
index0:
encryptionKey: "<path:portal/data/ssi-credential-issuer/dev/wallet#encryptionKey0>"

credentialexpiry:
credentialExpiry:
image:
tag: "dev"
imagePullPolicy: "Always"
Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ processesworker:
index0:
encryptionKey: "<path:portal/data/ssi-credential-issuer/int/wallet#encryptionKey0>"

credentialexpiry:
credentialExpiry:
logging:
default: "Debug"

Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/values-pen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ processesworker:
index0:
encryptionKey: "<path:portal/data/ssi-credential-issuer/pen/wallet#encryptionKey0>"

credentialexpiry:
credentialExpiry:
logging:
default: "Debug"

Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/values-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ processesworker:
index0:
encryptionKey: "<path:portal/data/ssi-credential-issuer/dev/wallet#encryptionKey0>"

credentialexpiry:
credentialExpiry:
image:
tag: "rc"
imagePullPolicy: "Always"
Expand Down

0 comments on commit ee08d98

Please sign in to comment.