aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-04-14 04:40:05 -0700
committerGitHub <noreply@github.com>2021-04-14 04:40:05 -0700
commit4480d72cabff0ab01c3a74f1e779ed9dec6937ff (patch)
treeda8897c1bddeba0c6ba3228e07cbe971da163096
parent8efd331ce0ad7fc659e6d8bab513710e901ced8d (diff)
parent606c6ae8e8c5a0f11c0b6b577b679e6e74797d2c (diff)
downloadseaweedfs-4480d72cabff0ab01c3a74f1e779ed9dec6937ff.tar.xz
seaweedfs-4480d72cabff0ab01c3a74f1e779ed9dec6937ff.zip
Merge pull request #1998 from fanqiehc/fix_indent
fix volume-service helm template indentation
-rw-r--r--k8s/seaweedfs/templates/volume-service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/seaweedfs/templates/volume-service.yaml b/k8s/seaweedfs/templates/volume-service.yaml
index a2b0b540e..0a9173fde 100644
--- a/k8s/seaweedfs/templates/volume-service.yaml
+++ b/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 \ No newline at end of file