aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanghc <zhanghc@keyamedical.com>2021-04-14 18:57:49 +0800
committerzhanghc <zhanghc@keyamedical.com>2021-04-14 18:58:32 +0800
commit606c6ae8e8c5a0f11c0b6b577b679e6e74797d2c (patch)
tree7fb51eb686aad19af713d0479893d25369511a4c
parent742ab1ec81795d1705bf3be48d56727fddf625df (diff)
downloadseaweedfs-606c6ae8e8c5a0f11c0b6b577b679e6e74797d2c.tar.xz
seaweedfs-606c6ae8e8c5a0f11c0b6b577b679e6e74797d2c.zip
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