We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d829249 commit e4ca204Copy full SHA for e4ca204
deploy/dapps-certification.yaml
@@ -20,6 +20,10 @@ spec:
20
value: "1000000"
21
- name: PORT
22
value: "80"
23
+ - name: ADMIN_WALLET
24
+ value: stake_test1uq9cn4p6scw5rk4krttkddg0dcrzjnxuh9fkessajmlg9qgle0hjd
25
+ - name: FORCE_ADMIN_ALWAYS
26
+ value: 1
27
- name: WALLET_PASSPHRASE
28
valueFrom:
29
secretKeyRef:
@@ -37,7 +41,7 @@ spec:
37
41
name: github-secrets
38
42
- name: DB_PATH
39
43
value: "/db/certification.sqlite"
40
- image: ghcr.io/demoiog/plutus-certification:19
44
+ image: ghcr.io/demoiog/plutus-certification:20
45
imagePullPolicy: IfNotPresent
46
imagePullSecrets:
47
- iohk-ghcr-creds
0 commit comments