change authorizationMode to authorizationModes

This commit is contained in:
Charlie R.C
2017-04-06 23:23:35 +08:00
committed by Andrew Chen
parent e469ebe322
commit b7b9252666
+3 -1
View File
@@ -277,7 +277,9 @@ networking:
podSubnet: <cidr>
kubernetesVersion: <string>
cloudProvider: <string>
authorizationMode: <string>
authorizationModes:
- <authorizationMode1|string>
- <authorizationMode2|string>
token: <string>
tokenTTL: <time duration>
selfHosted: <bool>