|
@ -52,7 +52,7 @@ spec: |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- include "seaweedfs.imagePullSecrets" . | nindent 6 }} |
|
|
{{- include "seaweedfs.imagePullSecrets" . | nindent 6 }} |
|
|
{{- if .Values.global.createClusterRole }} |
|
|
{{- if .Values.global.createClusterRole }} |
|
|
serviceAccountName: seaweedfs-rw-sa #hack for delete pod master after migration |
|
|
|
|
|
|
|
|
serviceAccountName: {{ default .Values.global.serviceAccountName .Values.filer.serviceAccountName }} # for deleting statefulset pods after migration |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
terminationGracePeriodSeconds: 60 |
|
|
terminationGracePeriodSeconds: 60 |
|
|
{{- if .Values.filer.priorityClassName }} |
|
|
{{- if .Values.filer.priorityClassName }} |
|
|