From 2601b888cfbd8a18722b0a090e7e095a47359050 Mon Sep 17 00:00:00 2001 From: akihikokuroda Date: Tue, 21 Feb 2023 21:13:25 -0500 Subject: [PATCH] add sidecar container option Signed-off-by: akihikokuroda --- helm-chart/kuberay-apiserver/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-chart/kuberay-apiserver/templates/deployment.yaml b/helm-chart/kuberay-apiserver/templates/deployment.yaml index 1ac2c765c23..956738c1a0b 100644 --- a/helm-chart/kuberay-apiserver/templates/deployment.yaml +++ b/helm-chart/kuberay-apiserver/templates/deployment.yaml @@ -25,6 +25,9 @@ spec: {{- toYaml .Values.containerPort | nindent 8 }} resources: {{- toYaml .Values.resources | nindent 10 }} + {{- if .Values.sidecarContainers }} + {{- toYaml .Values.sidecarContainers | nindent 6 }} + {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}