From 7506af63460c1af49201bc983e1a5cfdf1d116aa Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 22 May 2022 20:40:09 +0200 Subject: [PATCH] flux: add goldilocks labels --- flux/cluster/core/namespaces/authentik.yaml | 2 ++ flux/cluster/core/namespaces/kustomization.yaml | 1 - flux/cluster/core/namespaces/presidential-paradise.yaml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flux/cluster/core/namespaces/authentik.yaml b/flux/cluster/core/namespaces/authentik.yaml index ae71e15..511463c 100644 --- a/flux/cluster/core/namespaces/authentik.yaml +++ b/flux/cluster/core/namespaces/authentik.yaml @@ -3,3 +3,5 @@ apiVersion: v1 kind: Namespace metadata: name: authentik + labels: + goldilocks.fairwinds.com/enabled: "true" diff --git a/flux/cluster/core/namespaces/kustomization.yaml b/flux/cluster/core/namespaces/kustomization.yaml index d75f8fc..5bdccac 100644 --- a/flux/cluster/core/namespaces/kustomization.yaml +++ b/flux/cluster/core/namespaces/kustomization.yaml @@ -7,4 +7,3 @@ resources: - authentik.yaml - gitops.yaml - monitoring.yaml - diff --git a/flux/cluster/core/namespaces/presidential-paradise.yaml b/flux/cluster/core/namespaces/presidential-paradise.yaml index a1fcc80..caafab0 100644 --- a/flux/cluster/core/namespaces/presidential-paradise.yaml +++ b/flux/cluster/core/namespaces/presidential-paradise.yaml @@ -3,4 +3,5 @@ apiVersion: v1 kind: Namespace metadata: name: presidential-paradise - + labels: + goldilocks.fairwinds.com/enabled: "true"