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
Pods should refer to a ServiceAccount other than "default" at spec.serviceAccountName. The default ServiceAccount grants many permissions that likely are not needed by the Pod and may not match the required needs of the workload. The "default" may have higher or lower permissions than what is required and can also change over time, impacting the operations of the workload.
Proposed solution: the operator builds a service account with the same name as the registry instance and sets it up with the correct initial permissions.
The text was updated successfully, but these errors were encountered:
Pods should refer to a ServiceAccount other than "default" at spec.serviceAccountName. The default ServiceAccount grants many permissions that likely are not needed by the Pod and may not match the required needs of the workload. The "default" may have higher or lower permissions than what is required and can also change over time, impacting the operations of the workload.
Proposed solution: the operator builds a service account with the same name as the registry instance and sets it up with the correct initial permissions.
The text was updated successfully, but these errors were encountered: