Browse Source
k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel (#6090)
pull/6091/head
ayzatziko
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
k8s/charts/seaweedfs/templates/s3-deployment.yaml
|
@ -14,7 +14,6 @@ spec: |
|
|
selector: |
|
|
selector: |
|
|
matchLabels: |
|
|
matchLabels: |
|
|
app.kubernetes.io/name: {{ template "seaweedfs.name" . }} |
|
|
app.kubernetes.io/name: {{ template "seaweedfs.name" . }} |
|
|
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} |
|
|
|
|
|
app.kubernetes.io/instance: {{ .Release.Name }} |
|
|
app.kubernetes.io/instance: {{ .Release.Name }} |
|
|
app.kubernetes.io/component: s3 |
|
|
app.kubernetes.io/component: s3 |
|
|
template: |
|
|
template: |
|
|