mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fixed: non-root enterprise reference
This commit is contained in:
parent
fc48eb7a48
commit
2e3f56da01
@ -42,6 +42,8 @@ Before issuing helm upgrade:
|
||||
|
||||
## Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
|
||||
|
||||
@ -39,6 +39,8 @@ Before issuing helm upgrade:
|
||||
|
||||
## Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
|
||||
|
||||
@ -26,3 +26,6 @@ agentk8sglue:
|
||||
drop: ["ALL"]
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
||||
enterpriseFeatures:
|
||||
enabled: true
|
||||
|
||||
@ -119,6 +119,8 @@ Before issuing helm upgrade:
|
||||
|
||||
## Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
|
||||
|
||||
@ -116,6 +116,8 @@ Before issuing helm upgrade:
|
||||
|
||||
## Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ webserver:
|
||||
type: RuntimeDefault
|
||||
|
||||
enterpriseFeatures:
|
||||
enabled: true
|
||||
clearmlApplications:
|
||||
containerSecurityContext:
|
||||
runAsUser: 1000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user