From 01c9fa33708468ce3ad0ea894d56e8117c306c96 Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Sun, 25 Jan 2026 10:36:30 +0100 Subject: [PATCH] Removed obsolet clutter, fixed l2 announcement policy --- .../cilium-l2-announcement-policy.yaml | 1 - kubernetes/helm_releases.tf | 25 +------------------ 2 files changed, 1 insertion(+), 25 deletions(-) rename argocd/{namespaces/kube-system => cluster-resources}/cilium-l2-announcement-policy.yaml (88%) diff --git a/argocd/namespaces/kube-system/cilium-l2-announcement-policy.yaml b/argocd/cluster-resources/cilium-l2-announcement-policy.yaml similarity index 88% rename from argocd/namespaces/kube-system/cilium-l2-announcement-policy.yaml rename to argocd/cluster-resources/cilium-l2-announcement-policy.yaml index 233c1ed..6606105 100644 --- a/argocd/namespaces/kube-system/cilium-l2-announcement-policy.yaml +++ b/argocd/cluster-resources/cilium-l2-announcement-policy.yaml @@ -2,7 +2,6 @@ apiVersion: cilium.io/v2alpha1 kind: CiliumL2AnnouncementPolicy metadata: name: default - namespace: kube-system annotations: argocd.argoproj.io/sync-wave: "-1000" spec: diff --git a/kubernetes/helm_releases.tf b/kubernetes/helm_releases.tf index 3f9b8c7..bd9ad87 100644 --- a/kubernetes/helm_releases.tf +++ b/kubernetes/helm_releases.tf @@ -44,27 +44,4 @@ resource "helm_release" "argocd_app_of_apps" { value = var.argocd_app_of_apps_sync_policy }, ] -} - -# data "helm_template" "argocd_app_of_apps" { -# -# depends_on = [helm_release.argocd] -# name = "app-of-apps" -# chart = "${path.module}/helm_charts/app-of-apps" -# namespace = kubernetes_namespace_v1.argocd.id -# timeout = 60 -# set = [ -# { -# name = "source" -# value = var.argocd_app_of_apps_source -# }, -# { -# name = "syncPolicy" -# value = var.argocd_app_of_apps_sync_policy -# }, -# ] -# } -# -# output "argocd_app_of_apps_rendered_yaml" { -# value = data.helm_template.argocd_app_of_apps.manifest -# } \ No newline at end of file +} \ No newline at end of file