Created
December 28, 2018 13:56
-
-
Save karthikeayan/72555c69ab058e7862038cf4ba9540af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
annotations: {} | |
awsRegion: us-east-2 | |
awsRole: <role_name> #arn not required, just a role name | |
awsAccessKeyId: | |
awsSecretAccessKey: | |
logGroupName: <log_group_name_in_cloudwatch> | |
rbac: | |
## If true, create and use RBAC resources | |
create: true | |
## Ignored if rbac.create is true | |
serviceAccountName: default | |
# Add extra environment variables if specified (must be specified as a single line | |
# object and be quoted) | |
extraVars: | |
- "{ name: FLUENT_UID, value: '0' }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment