We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8e206 commit d1db385Copy full SHA for d1db385
1 file changed
charts/zama-protocol-pause/values.yaml
@@ -5,11 +5,16 @@ fullnameOverride: "zama-protocol-pause"
5
network: "mainnet"
6
dryRun: true
7
8
+serviceAccount:
9
+ create: false
10
+ name: zama-protocol-pause
11
+ annotations: {}
12
+
13
wallet:
14
awsKMS:
15
enabled: true
16
configmap:
- name: pauser
17
18
key: AWS_KMS_KEY_ID
19
# If awsKms is set to false, fall back to using the private key set in the `pauser-wallet` secret.
20
secret:
@@ -71,11 +76,6 @@ image:
71
76
imagePullSecrets:
72
77
# - name: registry-credentials
73
78
74
-serviceAccount:
75
- create: false
- name: "zama-protocol-pause"
- annotations: {}
-
79
cronjob:
80
81
annotations: {}
0 commit comments