Parse fsgroup and runasuser as int64 excplicitely (#354)

Co-authored-by: Luuk Suurmeijer <luuk.suurmeijer@schiphol.nl>
This commit is contained in:
Luuk Suurmeijer
2025-07-02 14:57:46 +02:00
committed by GitHub
parent 282ae2d7eb
commit f2f4f069c6

View File

@@ -48,7 +48,7 @@ spec:
command:
- chown
- -R
- {{ .Values.containerSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }}
- {{ int64 .Values.containerSecurityContext.runAsUser }}:{{ int64 .Values.podSecurityContext.fsGroup }}
- /qdrant/storage
- /qdrant/snapshots
{{- if and .Values.snapshotRestoration.enabled .Values.snapshotRestoration.pvcName }}