1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Fix rbac typo

This commit is contained in:
Sebastiaan van Steenis
2017-12-16 10:48:42 +01:00
parent 68a3ef2a43
commit d74924ea8f

View File

@@ -12,7 +12,7 @@ const (
DefaultDockerSockPath = "/var/run/docker.sock"
DefaultAuthStrategy = "x509"
DefaultAuthorizationMode = "rabc"
DefaultAuthorizationMode = "rbac"
DefaultNetworkPlugin = "flannel"
DefaultNetworkCloudProvider = "none"