From cad1c17f14d20b62b67fcae4236564c969ac5578 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 24 Feb 2020 13:49:42 +0100 Subject: [PATCH] helm: fix inconsistent labels --- helm/templates/web-deployment.yaml | 2 +- helm/templates/web-service.yaml | 2 +- helm/templates/worker-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/templates/web-deployment.yaml b/helm/templates/web-deployment.yaml index 82cca7e79..e25df741f 100644 --- a/helm/templates/web-deployment.yaml +++ b/helm/templates/web-deployment.yaml @@ -18,7 +18,7 @@ spec: labels: app.kubernetes.io/name: {{ include "passbook.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} - passbook.io/component: web + k8s.passbook.io/component: web spec: volumes: - name: config-volume diff --git a/helm/templates/web-service.yaml b/helm/templates/web-service.yaml index b25af13dd..44d4754cf 100644 --- a/helm/templates/web-service.yaml +++ b/helm/templates/web-service.yaml @@ -18,4 +18,4 @@ spec: selector: app.kubernetes.io/name: {{ include "passbook.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} - passbook.io/component: web + k8s.passbook.io/component: web diff --git a/helm/templates/worker-deployment.yaml b/helm/templates/worker-deployment.yaml index 78fc9fe93..eded48123 100644 --- a/helm/templates/worker-deployment.yaml +++ b/helm/templates/worker-deployment.yaml @@ -18,7 +18,7 @@ spec: labels: app.kubernetes.io/name: {{ include "passbook.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} - passbook.io/component: worker + k8s.passbook.io/component: worker spec: volumes: - name: config-volume