You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Put permissions in same order in both roles
- Add back support for specifying namespace for the platform-role, as it is either configurable fully or none at all
- add apiGroups: [""] resources: ["namespaces"] verbs: ["update", "patch"] to operator role
- add apiGroups: [""] resources: ["pods/status"] verbs: ["get"] permission to platform role
- add apiGroups: ["apps"] resources: ["statefulsets/scale"] verbs: ["get", "patch", "update"] permission to platform role
- Add hack/generate-sa-token.sh to easily generate credentials for the service account
0 commit comments