Skip to content

Commit a829d6a

Browse files
sumanthravipatisumanthravipati
andauthored
MLE-12574: Warning message changes commit while using ML rootless image (#197)
Co-authored-by: sumanthravipati <[email protected]>
1 parent 3b70d2a commit a829d6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/templates/NOTES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Your release is named {{ .Release.Name }}.
66
{{- if .Values.containerSecurityContext.allowPrivilegeEscalation }}
77
WARNING
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 }}

0 commit comments

Comments
 (0)