From 27865c52a84bcea0dc66ddf98b603c4279557a69 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 29 Jan 2024 04:37:33 +0100 Subject: [PATCH] fix(forecastle): Drop common labels for now This patch drops commonLabels since the helm chart from forecastle won't be compatible with the resulting network policies --- apps/k8s01/forecastle/kustomization.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/k8s01/forecastle/kustomization.yaml b/apps/k8s01/forecastle/kustomization.yaml index 88fce5ae9..51ba5741e 100644 --- a/apps/k8s01/forecastle/kustomization.yaml +++ b/apps/k8s01/forecastle/kustomization.yaml @@ -2,10 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: forecastle -commonLabels: - app.kubernetes.io/name: forecastle - app.kubernetes.io/instance: forecastle - resources: - ../../base/forecastle - certificate.yaml -- GitLab