Skip to content

Instantly share code, notes, and snippets.

@karthikeayan
Created December 28, 2018 13:56
Show Gist options
  • Save karthikeayan/72555c69ab058e7862038cf4ba9540af to your computer and use it in GitHub Desktop.
Save karthikeayan/72555c69ab058e7862038cf4ba9540af to your computer and use it in GitHub Desktop.
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