Fluent-logging: Fix read-only-fs
This PS adds the default read-only-rootfs to true for fluent-logging chart Change-Id: I82084c2712f5d1a99c5206e1488f60ae2819d007
This commit is contained in:
parent
b69584bd65
commit
6a19f3e1c5
@ -590,35 +590,35 @@ pod:
|
||||
container:
|
||||
fluentbit:
|
||||
runAsUser: 0
|
||||
readOnlyRootFilesystem: false
|
||||
readOnlyRootFilesystem: true
|
||||
internal:
|
||||
pod:
|
||||
runAsUser: 65534
|
||||
container:
|
||||
fluentd:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
readOnlyRootFilesystem: true
|
||||
elasticsearch_template:
|
||||
pod:
|
||||
runAsUser: 65534
|
||||
container:
|
||||
elasticsearch_template:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
readOnlyRootFilesystem: true
|
||||
test:
|
||||
pod:
|
||||
runAsUser: 65534
|
||||
container:
|
||||
helm_test:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
readOnlyRootFilesystem: true
|
||||
exporter:
|
||||
pod:
|
||||
runAsUser: 65534
|
||||
container:
|
||||
fluentd_exporter:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
readOnlyRootFilesystem: true
|
||||
affinity:
|
||||
anti:
|
||||
type:
|
||||
|
Loading…
Reference in New Issue
Block a user