diff --git a/deploy/Chart/templates/rp/deployment.yaml b/deploy/Chart/templates/rp/deployment.yaml index 1a0afb4eb33..d244a43427d 100644 --- a/deploy/Chart/templates/rp/deployment.yaml +++ b/deploy/Chart/templates/rp/deployment.yaml @@ -73,8 +73,6 @@ spec: mountPath: {{ .Values.global.rootCA.mountPath }} readOnly: true {{- end }} - securityContext: - allowPrivilegeEscalation: false {{- if .Values.rp.resources }} resources:{{ toYaml .Values.rp.resources | nindent 10 }} {{- end }}