File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ Your release is named {{ .Release.Name }}.
6
6
{{- if .Values.containerSecurityContext.allowPrivilegeEscalation }}
7
7
WARNING
8
8
***********************************************************************************************************
9
- Setting "containerSecurityContext.allowPrivilegeEscalation" is set to true.
10
- This is not recommended and is not a secure configuration while using rootless MarkLogic images.
9
+ The rootless MarkLogic container image is in use but containerSecurityContext.allowPrivilegeEscalation is set to true.
10
+ Privilege escalation is not required to run the rootless MarkLogic container image. It is recommended to set
11
+ containerSecurityContext.allowPrivilegeEscalation to false to secure this configuration.
11
12
***********************************************************************************************************
12
13
{{- end }}
13
14
{{- end }}
You can’t perform that action at this time.
0 commit comments