Skip to content

Commit

Permalink
Permit passing ENV vars to console (#889)
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin authored Nov 4, 2021
1 parent ade891c commit 299080a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/minio-operator/templates/console-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 299080a

Please sign in to comment.