From 1a581f0bfd115884b97c1b00fede24223b95a232 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Jun 2021 23:38:52 +0200 Subject: [PATCH] Fix labeling --- apps/nginx-certbot-helm/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/nginx-certbot-helm/templates/deployment.yaml b/apps/nginx-certbot-helm/templates/deployment.yaml index fc838e0..1a372a6 100644 --- a/apps/nginx-certbot-helm/templates/deployment.yaml +++ b/apps/nginx-certbot-helm/templates/deployment.yaml @@ -6,12 +6,13 @@ metadata: spec: selector: matchLabels: - app: {{ .Release.Name }}-nginx + nginx: {{ .Release.Name }} replicas: 1 template: metadata: labels: app: {{ .Release.Name }} + nginx: {{ .Release.Name }} spec: containers: - name: nginx