fix(element): Change name of neodatefix bot job

This commit is contained in:
Dominik Kaminski
2024-01-25 13:38:54 +01:00
committed by Thorsten Roßner
parent 3bcdcd06b7
commit dd535daac0

View File

@@ -21,4 +21,19 @@ image:
tag: {{ .Values.images.synapseCreateUser.tag | quote }}
imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }}
fullnameOverride: "matrix-neodatefix-bot-bootstrap"
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 101
runAsNonRoot: true
runAsUser: 101
seccompProfile:
type: "RuntimeDefault"
...