From 0b431b91dba1749c2556b5a405c21c9cfe4db0fc Mon Sep 17 00:00:00 2001 From: James Bruce Date: Thu, 1 Feb 2024 09:17:05 +0000 Subject: [PATCH] Remove change to charts Signed-off-by: James Bruce --- charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml | 3 +-- .../templates/gatekeeper-controller-manager-deployment.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml b/charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml index a41caf7e3d2..1dc1ebac29c 100644 --- a/charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml +++ b/charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml @@ -33,8 +33,7 @@ spec: {{- toYaml .Values.auditPodAnnotations | trim | nindent 8 }} {{- end }} labels: - {{- include "gatekeeper.podLabels" . | nindent 8 }} - {{- include "gatekeeper.commonLabels" . | nindent 8 }} +{{- include "gatekeeper.podLabels" . }} app: '{{ template "gatekeeper.name" . }}' chart: '{{ template "gatekeeper.name" . }}' control-plane: audit-controller diff --git a/charts/gatekeeper/templates/gatekeeper-controller-manager-deployment.yaml b/charts/gatekeeper/templates/gatekeeper-controller-manager-deployment.yaml index e375f5dbc97..70c7571c2ce 100644 --- a/charts/gatekeeper/templates/gatekeeper-controller-manager-deployment.yaml +++ b/charts/gatekeeper/templates/gatekeeper-controller-manager-deployment.yaml @@ -32,8 +32,7 @@ spec: {{- toYaml .Values.podAnnotations | trim | nindent 8 }} {{- end }} labels: - {{- include "gatekeeper.podLabels" . | nindent 8 }} - {{- include "gatekeeper.commonLabels" . | nindent 8 }} +{{- include "gatekeeper.podLabels" . }} app: '{{ template "gatekeeper.name" . }}' chart: '{{ template "gatekeeper.name" . }}' control-plane: controller-manager