Skip to content

Commit 067d98e

Browse files
committed
Circuitbreaker Update (#4)
* plugin: remove circuit-breaker from the plugin section * template: add extracontainers for circuitbreaker * pod: update pod for extra containers
1 parent 8cecc14 commit 067d98e

File tree

1 file changed

+4
-0
lines changed
  • resources/charts/bitcoincore/charts/lnd/templates

1 file changed

+4
-0
lines changed

resources/charts/bitcoincore/charts/lnd/templates/pod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
{{- end }}
2222
securityContext:
2323
{{- toYaml .Values.podSecurityContext | nindent 4 }}
24+
{{- with .Values.extraContainers }}
2425
initContainers:
2526
- name: prepare-files
2627
image: busybox
@@ -84,6 +85,9 @@ spec:
8485
{{- with .Values.extraContainers }}
8586
{{- toYaml . | nindent 4 }}
8687
{{- end }}
88+
{{- with .Values.extraContainers }}
89+
{{- toYaml . | nindent 4 }}
90+
{{- end }}
8791
volumes:
8892
- name: shared-data
8993
emptyDir: {}

0 commit comments

Comments
 (0)