Skip to content

Commit f24cfae

Browse files
committed
switch to autogenerated jwt secret
1 parent 1532899 commit f24cfae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deploy/dapps-certification.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ spec:
2323
secretKeyRef:
2424
key: WALLET_PASSPHRASE
2525
name: the-secrets
26-
- name: JWT_SECRET
27-
valueFrom:
28-
secretKeyRef:
29-
key: JWT_SECRET
30-
name: the-secrets
31-
image: ghcr.io/demoiog/plutus-certification:8
26+
#- name: JWT_SECRET
27+
#valueFrom:
28+
#secretKeyRef:
29+
#key: JWT_SECRET
30+
#name: the-secrets
31+
image: ghcr.io/demoiog/plutus-certification:9
3232
imagePullPolicy: IfNotPresent
3333
imagePullSecrets:
3434
- iohk-ghcr-creds

0 commit comments

Comments
 (0)