File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 8181 {{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
8282 readinessProbe :
8383 {{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
84+ {{- if .Values.oxia.coordinator.extraContainers }}
85+ {{- toYaml .Values.oxia.coordinator.extraContainers | nindent 8 }}
86+ {{- end }}
87+ {{- if .Values.oxia.coordinator.extraVolumes }}
88+ volumes :
89+ {{- toYaml .Values.oxia.coordinator.extraVolumes | nindent 8 }}
90+ {{- end }}
8491{{- end }}
Original file line number Diff line number Diff line change @@ -525,6 +525,8 @@ oxia:
525525 tolerations : []
526526 # nodeSelector:
527527 # cloud.google.com/gke-nodepool: default-pool
528+ extraContainers : []
529+ extraVolumes : []
528530 # customConfigMapName: ""
529531 # entrypoint: []
530532# # templates/server-statefulset.yaml
You can’t perform that action at this time.
0 commit comments