From ca00810cd66de51a0b8b6fd88e6dcc56aca251ee Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 16 Feb 2025 20:11:52 -0600 Subject: [PATCH] rename --- .../deployment/{argocd => argo-cd}/Chart.yaml | 0 .../templates/external-secret.yaml | 0 .../{argocd => argo-cd}/templates/ingress.yaml | 0 .../deployment/{argocd => argo-cd}/values.yaml | 0 clusters/cl01tl/deployment/stack/values.yaml | 2 +- .../standalone/cilium/templates/namespace.yaml | 14 -------------- 6 files changed, 1 insertion(+), 15 deletions(-) rename clusters/cl01tl/deployment/{argocd => argo-cd}/Chart.yaml (100%) rename clusters/cl01tl/deployment/{argocd => argo-cd}/templates/external-secret.yaml (100%) rename clusters/cl01tl/deployment/{argocd => argo-cd}/templates/ingress.yaml (100%) rename clusters/cl01tl/deployment/{argocd => argo-cd}/values.yaml (100%) delete mode 100644 clusters/cl01tl/standalone/cilium/templates/namespace.yaml diff --git a/clusters/cl01tl/deployment/argocd/Chart.yaml b/clusters/cl01tl/deployment/argo-cd/Chart.yaml similarity index 100% rename from clusters/cl01tl/deployment/argocd/Chart.yaml rename to clusters/cl01tl/deployment/argo-cd/Chart.yaml diff --git a/clusters/cl01tl/deployment/argocd/templates/external-secret.yaml b/clusters/cl01tl/deployment/argo-cd/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/deployment/argocd/templates/external-secret.yaml rename to clusters/cl01tl/deployment/argo-cd/templates/external-secret.yaml diff --git a/clusters/cl01tl/deployment/argocd/templates/ingress.yaml b/clusters/cl01tl/deployment/argo-cd/templates/ingress.yaml similarity index 100% rename from clusters/cl01tl/deployment/argocd/templates/ingress.yaml rename to clusters/cl01tl/deployment/argo-cd/templates/ingress.yaml diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argo-cd/values.yaml similarity index 100% rename from clusters/cl01tl/deployment/argocd/values.yaml rename to clusters/cl01tl/deployment/argo-cd/values.yaml diff --git a/clusters/cl01tl/deployment/stack/values.yaml b/clusters/cl01tl/deployment/stack/values.yaml index c32d1b0d5..3823770b0 100644 --- a/clusters/cl01tl/deployment/stack/values.yaml +++ b/clusters/cl01tl/deployment/stack/values.yaml @@ -25,7 +25,7 @@ applicationSet: kind: ValidatingWebhookConfiguration jqPathExpressions: - .webhooks[].clientConfig.caBundle - namespace: argocd + namespace: argo-cd syncPolicy: automated: prune: true diff --git a/clusters/cl01tl/standalone/cilium/templates/namespace.yaml b/clusters/cl01tl/standalone/cilium/templates/namespace.yaml deleted file mode 100644 index 9b1d3a548..000000000 --- a/clusters/cl01tl/standalone/cilium/templates/namespace.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: kube-system - ---- -apiVersion: v1 -kind: Namespace -metadata: - name: cilium - labels: - pod-security.kubernetes.io/enforce: privileged - pod-security.kubernetes.io/warn: privileged - pod-security.kubernetes.io/audit: privileged