From 416cc58cce7e411b218a6208c079df3d1b0fceb8 Mon Sep 17 00:00:00 2001 From: ayzatziko Date: Thu, 3 Oct 2024 16:33:32 +0300 Subject: [PATCH] k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel (#6090) --- k8s/charts/seaweedfs/templates/s3-deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s/charts/seaweedfs/templates/s3-deployment.yaml b/k8s/charts/seaweedfs/templates/s3-deployment.yaml index 02c1ed21a..fdb253b6c 100644 --- a/k8s/charts/seaweedfs/templates/s3-deployment.yaml +++ b/k8s/charts/seaweedfs/templates/s3-deployment.yaml @@ -14,7 +14,6 @@ spec: selector: matchLabels: app.kubernetes.io/name: {{ template "seaweedfs.name" . }} - helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/component: s3 template: