Browse Source

Merge pull request #3080 from kaiwalyajoshi/kjoshi/s3-template-fixes

pull/3091/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
3a8dadcc2d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      k8s/helm_charts2/templates/s3-deployment.yaml

1
k8s/helm_charts2/templates/s3-deployment.yaml

@ -10,7 +10,6 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
serviceName: {{ template "seaweedfs.name" . }}-s3
replicas: {{ .Values.s3.replicas }}
selector:
matchLabels:

Loading…
Cancel
Save