Tim Krause
Tim Krause
I can replicate this behaviour on Kubernetes 1.25 even without his custom values. Setting both: ```yaml podSecurityContext: enabled: false containerSecurityContext: enabled: false ``` Allows the pod to start normally, but...
@dgomezleon Any Progress on this? The Helm chart does not work with its default settings.
@dgomezleon Well yes for openshift you explicitly disable the offending parameters see common/_compatibility.yaml ```yaml {{- define "common.compatibility.renderSecurityContext" -}} {{- $adaptedContext := .secContext -}} {{- if (((.context.Values.global).compatibility).openshift) -}} {{- if or...