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 eed97e7 commit 860e7f8Copy full SHA for 860e7f8
resources/charts/bitcoincore/charts/lnd/templates/pod.yaml
@@ -16,6 +16,7 @@ metadata:
16
kubectl.kubernetes.io/default-container: "lnd"
17
adminMacaroon: {{ .Values.adminMacaroon }}
18
spec:
19
+ restartPolicy: "{{ .Values.restartPolicy }}"
20
{{- with .Values.imagePullSecrets }}
21
imagePullSecrets:
22
{{- toYaml . | nindent 4 }}
resources/charts/bitcoincore/charts/lnd/values.yaml
@@ -3,6 +3,8 @@
3
# Declare variables to be passed into your templates.
4
namespace: warnet
5
6
+restartPolicy: Always
7
+
8
image:
9
repository: lightninglabs/lnd
10
pullPolicy: IfNotPresent
0 commit comments