kokuwaio / helm-charts

helm charts maintained by the kokuwa project
GNU General Public License v3.0
41 stars 69 forks source link

Please add securityContext to daemonset #93

Open devops-at-arek opened 2 years ago

devops-at-arek commented 2 years ago

Some nodes (e.g. anthos bare metal) have SELinux active. In order to read files from /var/log with fluentd-elasticsearch, one would need to provide securityContext.seLinuxOptions.type: spc_t on the daemonset.yaml which is not possible with this chart.

RafalSkolasinski commented 2 years ago

This affects installation on OpenShift as well