aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorayzatziko <ayzat.ziko.93@gmail.com>2024-10-03 16:33:32 +0300
committerGitHub <noreply@github.com>2024-10-03 06:33:32 -0700
commit416cc58cce7e411b218a6208c079df3d1b0fceb8 (patch)
tree8aeb2f6524199758bec4a27e12658029eed7812c
parentff479565301fad09c43a1397a52fc6aa7cd50207 (diff)
downloadseaweedfs-416cc58cce7e411b218a6208c079df3d1b0fceb8.tar.xz
seaweedfs-416cc58cce7e411b218a6208c079df3d1b0fceb8.zip
k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel (#6090)
-rw-r--r--k8s/charts/seaweedfs/templates/s3-deployment.yaml1
1 files changed, 0 insertions, 1 deletions
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: