AWS region was missing in example (#213)

awsRegion missing in example.
It's not working without it.

And added cloudProvider setting.
It's by default "aws" and not necessary at the moment. But it's to important and should be defined if default will change in the future.
This commit is contained in:
Holger Marquetant
2018-12-13 15:38:57 +01:00
committed by Max Williams
parent 6d38ca4ead
commit 86e71a1280

View File

@@ -14,6 +14,9 @@ rbac:
sslCertPath: /etc/ssl/certs/ca-bundle.crt
cloudProvider: aws
awsRegion: YOUR_AWS_REGION
autoDiscovery:
clusterName: YOUR_CLUSTER_NAME
enabled: true