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
Currently, overwriteContainer in MySQLCluster can accepted only ResourceRequirements.
For this reason, it is not possible to set securityContext in the system containers.
There are cases where it is necessary to set these options, but no method is provided for doing so.
What
Currently,
overwriteContainer
in MySQLCluster can accepted onlyResourceRequirements
.For this reason, it is not possible to set securityContext in the system containers.
There are cases where it is necessary to set these options, but no method is provided for doing so.
ref: https://cybozu-go.github.io/moco/customize-system-container.html#customize-default-container
How
Add securityContext field to overwriteContainer
Checklist
The text was updated successfully, but these errors were encountered: