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 }}.
66{{- if .Values.containerSecurityContext.allowPrivilegeEscalation }}
77WARNING
88 ***********************************************************************************************************
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.
1112 ***********************************************************************************************************
1213{{- end }}
1314{{- end }}
You can’t perform that action at this time.
0 commit comments