Browse Source

Merge pull request #1998 from fanqiehc/fix_indent

fix volume-service helm template indentation
pull/2008/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
4480d72cab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      k8s/seaweedfs/templates/volume-service.yaml

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

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