Browse Source

fix volume-service helm template indentation

pull/1998/head
zhanghc 4 years ago
parent
commit
606c6ae8e8
  1. 2
      k8s/seaweedfs/templates/volume-service.yaml

2
k8s/seaweedfs/templates/volume-service.yaml

@ -23,6 +23,6 @@ spec:
targetPort: {{ .Values.volume.metricsPort }} targetPort: {{ .Values.volume.metricsPort }}
protocol: TCP protocol: TCP
{{- end }} {{- end }}
selector:
selector:
app: {{ template "seaweedfs.name" . }} app: {{ template "seaweedfs.name" . }}
component: volume component: volume
Loading…
Cancel
Save