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

Commit

Permalink
Merge pull request #179 from stepanstipl/GPII-3421-allow-couchdb-updates
Browse files Browse the repository at this point in the history
GPII-3421 - Allow couchdb updates
  • Loading branch information
stepanstipl authored Oct 16, 2018
2 parents c243c01 + 28efcc1 commit e1ca654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gcp/modules/couchdb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module "couchdb" {
release_values = ""
release_values_rendered = "${data.template_file.couchdb_values.rendered}"

chart_name = "${var.charts_dir}/couchdb"
chart_name = "${var.charts_dir}/couchdb"
force_update = true
}

resource "null_resource" "couchdb_finish_cluster" {
Expand Down
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 e1ca654

Please sign in to comment.