Skip to content

Commit

Permalink
Fix match label
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-pozetroninc committed Oct 24, 2021
1 parent b89230d commit 45cb4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/rethinkdb-cluster-stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
app: "{{ template "rethinkdb.name" . }}-cluster"
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
chart: {{ template "rethinkdb.chart" . }}
chart: "rethinkdb-1.1.5"
annotations:
{{- if .Values.cluster.podAnnotations }}
{{ toYaml .Values.cluster.podAnnotations | indent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion templates/rethinkdb-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app: {{ template "rethinkdb.name" . }}-proxy
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
chart: {{ template "rethinkdb.chart" . }}
chart: "rethinkdb-1.1.5"
annotations:
{{- if .Values.proxy.podAnnotations }}
{{ toYaml .Values.proxy.podAnnotations | indent 8 }}
Expand Down

0 comments on commit 45cb4c0

Please sign in to comment.