diff --git a/templates/admintools-deployment.yaml b/templates/admintools-deployment.yaml index 3de20995..193b974a 100644 --- a/templates/admintools-deployment.yaml +++ b/templates/admintools-deployment.yaml @@ -69,6 +69,9 @@ spec: securityContext: {{- toYaml . | nindent 12 }} {{- end }} + {{- if $.Values.server.sidecarContainers }} + {{- toYaml $.Values.server.sidecarContainers | nindent 8 }} + {{- end }} {{- with .Values.admintools.securityContext }} securityContext: {{- toYaml . | nindent 8 }} @@ -89,4 +92,8 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + {{- if $.Values.server.additionalVolumes }} + volumes: + {{- toYaml $.Values.server.additionalVolumes | nindent 8}} + {{- end }} {{- end }}