diff options
| author | ayzatziko <ayzat.ziko.93@gmail.com> | 2024-10-03 16:33:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 06:33:32 -0700 |
| commit | 416cc58cce7e411b218a6208c079df3d1b0fceb8 (patch) | |
| tree | 8aeb2f6524199758bec4a27e12658029eed7812c | |
| parent | ff479565301fad09c43a1397a52fc6aa7cd50207 (diff) | |
| download | seaweedfs-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.yaml | 1 |
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: |
