Skip to content

Commit

Permalink
fix: allow tenant sa to use 1000 uid (#20)
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 c8c3b39 commit c034e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/all/minio/templates/scc-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ volumes:
- secret
users:
- system:serviceaccount:minio-operator:minio-operator
- system:serviceaccount:minio-operator:console-sa
- system:serviceaccount:minio-operator:console-sa
- system.serviceaccount:minio-operator:{{ .Values.tenant.tenant.name }}-sa

0 comments on commit c034e92

Please sign in to comment.