From ebb983b7103edcb2cf7c4d5ee94277853589ae73 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 15:18:41 -0400 Subject: [PATCH] Try to fix rethinkdb deployment --- defiant/chart/defiant/templates/rethinkdb-deployment.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/defiant/chart/defiant/templates/rethinkdb-deployment.yaml b/defiant/chart/defiant/templates/rethinkdb-deployment.yaml index 5a816d0..e1db2b0 100644 --- a/defiant/chart/defiant/templates/rethinkdb-deployment.yaml +++ b/defiant/chart/defiant/templates/rethinkdb-deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ .Release.Name }} + name: rethinkdb-{{ .Release.Name }} labels: app: rethinkdb chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} @@ -9,12 +9,6 @@ metadata: heritage: {{ .Release.Service }} spec: replicas: 1 - selector: - matchLabels: - app: rethinkdb - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} template: metadata: {{- if .Values.podAnnotations }}