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.
2 parents c4b2239 + 8e8d7d1 commit 20da5b4Copy full SHA for 20da5b4
resources/charts/bitcoincore/templates/pod.yaml
@@ -14,6 +14,7 @@ metadata:
14
annotations:
15
init_peers: "{{ .Values.connect | len }}"
16
spec:
17
+ restartPolicy: "{{ .Values.restartPolicy }}"
18
{{- with .Values.imagePullSecrets }}
19
imagePullSecrets:
20
{{- toYaml . | nindent 4 }}
resources/charts/bitcoincore/values.yaml
@@ -3,6 +3,8 @@
3
# Declare variables to be passed into your templates.
4
namespace: warnet
5
6
+restartPolicy: Never
7
+
8
image:
9
repository: bitcoindevproject/bitcoin
10
pullPolicy: IfNotPresent
0 commit comments