Closed f-w closed 1 month ago
Duplicate of https://github.com/jenkinsci/helm-charts/issues/506
I confirm the chart works on Openshift/OKD if you let the cluster manage the security context
This is due to the plugin installation manager tool.
You need to ensure to move the cache to a writable location
initContainerEnv:
- name: CACHE_DIR
value: "/tmp/cache"
- name: PLUGIN_DIR
value: "/tmp/plugins"
Describe the bug
Our OpenShift env doesn't allow run as user 1000.
usePodSecurityContext
has no effect on init container. I have to override following valuesVersion of Helm and Kubernetes
Chart version
5.5.8
What happened?
What you expected to happen?
no error
How to reproduce it
No response
Anything else we need to know?
No response