Skip to content

Commit

Permalink
Allow to set console env (#1629)
Browse files Browse the repository at this point in the history
* allow to set console env

---------

Co-authored-by: jiuker <2818723467@qq.com>
Co-authored-by: Shubhendu <shubhendu@minio.io>
  • Loading branch information
3 people authored Jul 20, 2023
1 parent efeae72 commit 7750d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/operator/templates/console-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ spec:
args:
- ui
- --certs-dir=/tmp/certs
{{- with .Values.console.env }}
env: {{- toYaml . | nindent 12 }}
{{- end }}
resources: {{- toYaml .Values.console.resources | nindent 12 }}
{{- with .Values.console.containerSecurityContext }}
securityContext: {{- toYaml . | nindent 12 }}
Expand Down
1 change: 1 addition & 0 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ console:
repository: quay.io/minio/operator
tag: v5.0.6
pullPolicy: IfNotPresent
env: [ ]
imagePullSecrets: [ ]
runtimeClassName: ~
initContainers: [ ]
Expand Down

0 comments on commit 7750d83

Please sign in to comment.