Replies: 2 comments
-
@akash-jain-10 can you help here |
Beta Was this translation helpful? Give feedback.
-
A little more context, here's where we're trying to update the Airflow components in the Open-Metadata dependencies Helm chart:
In this example, setting |
Beta Was this translation helpful? Give feedback.
-
I'm doing a manual deployment in Red Hat OpenShift following the Open-Metadata kubernetes deployment guide. Everything deploys successfully, however the Deployments fail to start with a warning about security, since OpenShift handles non-root users a little differently to Kubernetes.
I can manually fix the error by editing the Deplyment yaml, and changing the values to
null
, for example:However I would like to fix this when deploying with helm, using the
--values values-deps.yaml
argument. However I haven't been successful trying to implement the PodSecurityContext described in Helm Values.Could I get an example of what this would look like in both Open-Metadata dependencies chart, as well as Open-Metadata chart?
Here's what I've tried thus far with partial success:
fsGroup
value that is not affected by this:However these mods appear to be "hacks", I'm hoping for some sort of global PodSecurityContext override that I could add to my chart values when deploying?
Beta Was this translation helpful? Give feedback.
All reactions