File tree Expand file tree Collapse file tree
charts/amazon-cloudwatch-observability Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 {{- with .Values.containerLogs.fluentBit.resources }}
5858 resources : {{- toYaml . | nindent 10}}
5959 {{- end }}
60+ {{- with .Values.containerLogs.fluentBit.securityContext }}
61+ securityContext :
62+ {{- toYaml . | nindent 10}}
63+ {{- end }}
6064 volumeMounts :
6165 # Please don't change below read-only permissions
6266 - name : fluentbitstate
Original file line number Diff line number Diff line change 5757 {{- with .Values.containerLogs.fluentBit.resources }}
5858 resources : {{- toYaml . | nindent 10}}
5959 {{- end }}
60+ {{- with .Values.containerLogs.fluentBit.securityContext }}
61+ securityContext :
62+ {{- toYaml . | nindent 10}}
63+ {{- end }}
6064 volumeMounts :
6165 - name : fluent-bit-config
6266 mountPath : fluent-bit\configuration\
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ containerLogs:
2727 cn-northwest-1 : 128054284489.dkr.ecr.cn-northwest-1.amazonaws.com.cn
2828 us-gov-east-1 : 161423150738.dkr.ecr.us-gov-east-1.amazonaws.com
2929 us-gov-west-1 : 161423150738.dkr.ecr.us-gov-west-1.amazonaws.com
30+ securityContext : {}
3031 resources :
3132 limits :
3233 cpu : 500m
You can’t perform that action at this time.
0 commit comments