File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ The following table list the configurable parameters of the chart and their defa
6060| instanceProfileIPAddress | IP Address to get instance profile credentials | 169.254.169.254 |
6161| instanceProfilePort | Port to get instance profile credentials | 80 |
6262| podAnnotations | Annotations | {} |
63+
6364### Overriding configurations
6465
6566Parameters can be overridden when installing the chart. For example assuming an IAM role for another AWS account were Kinesis Firehose is running:
Original file line number Diff line number Diff line change 3434 role_session_name "#{ENV['ROLE_SESSION_NAME']}"
3535 </assume_role_credentials>
3636 {{- end}}
37- {{- if .Values.fluentEnvs.instanceProfileCredentials }}
37+ {{- if .Values.fluentEnvs.instanceProfileCredentials }}
3838 <instance_profile_credentials>
3939 ip_address "#{ENV['INSTANCE_PROFILE_IP_ADDRESS']}"
4040 port "#{ENV['INSTANCE_PROFILE_PORT']}"
You can’t perform that action at this time.
0 commit comments