From f21049fffd38d566adcfe177c61efbe14e5b9493 Mon Sep 17 00:00:00 2001 From: nimalank7 Date: Thu, 16 Jan 2025 16:50:13 +0000 Subject: [PATCH] Remove Licensify namespace configuration - Licensify namespace is now managed by Terraform in https://github.com/alphagov/govuk-infrastructure/pull/1571 - As part of https://github.com/alphagov/govuk-helm-charts/issues/1883 --- charts/app-config/templates/govuk-application.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/charts/app-config/templates/govuk-application.yaml b/charts/app-config/templates/govuk-application.yaml index 37fe580b0f1..765a5adb076 100644 --- a/charts/app-config/templates/govuk-application.yaml +++ b/charts/app-config/templates/govuk-application.yaml @@ -58,11 +58,5 @@ spec: - PrunePropagationPolicy=foreground - PruneLast=true - ApplyOutOfSyncOnly=true - managedNamespaceMetadata: - labels: - argocd.argoproj.io/managed-by: {{ $.Values.argoNamespace | default $.Release.Namespace }} - pod-security.kubernetes.io/audit: "restricted" - pod-security.kubernetes.io/enforce: "baseline" - pod-security.kubernetes.io/warn: "restricted" --- {{ end }}