Fix rethinkdb service name
This commit is contained in:
parent
950177657a
commit
97cfde237d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: rethinkb-{{ .Release.Name }}
|
name: rethinkdb-{{ .Release.Name }}
|
||||||
labels:
|
labels:
|
||||||
app: rethinkdb
|
app: rethinkdb
|
||||||
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue