Fix cinder cert permissions (#7384)

* Fix permissions of cinder cert

* Change runuser for external_cloud_controller to kube user with id 999, part of 999 - kube-cert group
This commit is contained in:
p53 2021-03-23 19:03:37 +01:00 committed by GitHub
parent 12873f916b
commit 5fee96b404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ spec:
node-role.kubernetes.io/control-plane: ""
{% endif %}
securityContext:
runAsUser: 1001
runAsUser: 999
tolerations:
- key: node.cloudprovider.kubernetes.io/uninitialized
value: "true"