Skip to content

Commit

Permalink
fix: Correctly structure envvar references (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 authored Mar 25, 2024
1 parent 8e74896 commit 2b92a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/all/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ minioRootCreds:
operator:
operator:
env:
MINIO_OPERATOR_RUNTIME: OpenShift
- name: "MINIO_OPERATOR_RUNTIME"
value: "OpenShift"
securityContext:
runAsUser: 1000770000
runAsGroup: 1000770000
Expand Down

0 comments on commit 2b92a0c

Please sign in to comment.