Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Remove chart version from CouchDB statefulSet - this prevents any ss …
Browse files Browse the repository at this point in the history
…updates
  • Loading branch information
stepanstipl committed Oct 12, 2018
1 parent ddc6763 commit 28efcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/charts/couchdb/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ template "couchdb.fullname" . }}
labels:
app: {{ template "couchdb.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
chart: {{ .Chart.Name }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
Expand Down

0 comments on commit 28efcc1

Please sign in to comment.