Fixed: non-root enterprise reference

This commit is contained in:
Valeriano Manassero 2023-03-15 10:37:54 +01:00
parent fc48eb7a48
commit 2e3f56da01
6 changed files with 12 additions and 0 deletions

View File

@ -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.

View 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.

View File

@ -26,3 +26,6 @@ agentk8sglue:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
enterpriseFeatures:
enabled: true

View File

@ -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.

View 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.

View File

@ -29,6 +29,7 @@ webserver:
type: RuntimeDefault
enterpriseFeatures:
enabled: true
clearmlApplications:
containerSecurityContext:
runAsUser: 1000