Remove hardcoded podManagmentPolicy value in a helm chart (#4941)

This commit is contained in:
fibbanachi
2023-10-24 17:34:55 +03:00
committed by GitHub
parent 179039afaa
commit 8dfb66880e
4 changed files with 12 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ metadata:
spec:
serviceName: {{ template "seaweedfs.name" . }}-volume
replicas: {{ .Values.volume.replicas }}
podManagementPolicy: Parallel
podManagementPolicy: {{ .Values.volume.podManagementPolicy }}
selector:
matchLabels:
app.kubernetes.io/name: {{ template "seaweedfs.name" . }}