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
Compliance-operator installation in EKS via Helm Chart
Description of problem:
When installing the compliance-operator using the Helm Chart we have encountered the following problem:
Warning Failed 98s (x8 over 2m57s) kubelet Error: container has runAsNonRoot and image will run as root (pod: "eks-openshift-compliance-pp-7f5965bd7-p244q_openshift-compliance(0153dbbc-d4a8-4ab2-8fe1-e52477baf9e1)", container: content-container)
Proposed change:
Allow to change the Security Context from values.yaml to be able to install without problem the chart. Additionally being able to add the runAsUser flag would also be interesting.
Share the context
Compliance-operator installation in EKS via Helm Chart
Description of problem:
When installing the compliance-operator using the Helm Chart we have encountered the following problem:
Warning Failed 98s (x8 over 2m57s) kubelet Error: container has runAsNonRoot and image will run as root (pod: "eks-openshift-compliance-pp-7f5965bd7-p244q_openshift-compliance(0153dbbc-d4a8-4ab2-8fe1-e52477baf9e1)", container: content-container)
Proposed change:
Allow to change the Security Context from values.yaml to be able to install without problem the chart. Additionally being able to add the
runAsUser
flag would also be interesting.References:
The text was updated successfully, but these errors were encountered: