mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Parse fsgroup and runasuser as int64 excplicitely (#354)
Co-authored-by: Luuk Suurmeijer <luuk.suurmeijer@schiphol.nl>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user