diff --git a/helm/minio-operator/templates/console-deployment.yaml b/helm/minio-operator/templates/console-deployment.yaml index 22033d26c44..c6f0fe8b942 100644 --- a/helm/minio-operator/templates/console-deployment.yaml +++ b/helm/minio-operator/templates/console-deployment.yaml @@ -54,6 +54,9 @@ spec: env: - name: CONSOLE_OPERATOR_MODE value: "on" + {{- with .Values.console.env }} + {{ toYaml . | nindent 10 }} + {{- end }} resources: {{- toYaml .Values.console.resources | nindent 12 }} {{- with .Values.console.initContainers }}