You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using openshift with strict SCCs, the helm chart cannot be configured in a way that would satisfy the security hardening by SCCs.
The Fluentd template of the helm chart doesn't pass securityContext values to the resource to be created. This results in the subsequent fluentd statefulset having insufficient settings.
To Reproduce
Install the operator via Helm on Openshift with any security hardening.
Describe the issue
When using openshift with strict SCCs, the helm chart cannot be configured in a way that would satisfy the security hardening by SCCs.
The Fluentd template of the helm chart doesn't pass securityContext values to the resource to be created. This results in the subsequent fluentd statefulset having insufficient settings.
To Reproduce
Install the operator via Helm on Openshift with any security hardening.
Expected behavior
A working fluentd logging pipeline.
Your Environment
How did you install fluent operator?
Additional context
Somewhat related to #948
to fix, add:
in
charts/fluent-operator/templates/fluent-fluentd.yaml
underspec:
and (for example)
in
values.yaml
underfluentd:
The text was updated successfully, but these errors were encountered: