change authorizationMode to authorizationModes
This commit is contained in:
@@ -277,7 +277,9 @@ networking:
|
|||||||
podSubnet: <cidr>
|
podSubnet: <cidr>
|
||||||
kubernetesVersion: <string>
|
kubernetesVersion: <string>
|
||||||
cloudProvider: <string>
|
cloudProvider: <string>
|
||||||
authorizationMode: <string>
|
authorizationModes:
|
||||||
|
- <authorizationMode1|string>
|
||||||
|
- <authorizationMode2|string>
|
||||||
token: <string>
|
token: <string>
|
||||||
tokenTTL: <time duration>
|
tokenTTL: <time duration>
|
||||||
selfHosted: <bool>
|
selfHosted: <bool>
|
||||||
|
|||||||
Reference in New Issue
Block a user