From 370493631c2da6d020cac71525382eacaa695b09 Mon Sep 17 00:00:00 2001 From: vpramod03 <110480433+vpramod03@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:53:23 +0530 Subject: [PATCH] Fix comments --- .../templates/cluster-compositions/aws-composition.yaml | 3 +++ infra/clusters/argocd-apps/templates/dev/dev-cluster-apps.yaml | 3 +++ infra/clusters/dev/{ => clusterconfig}/dev-eks.yaml | 0 infra/clusters/{ => prod/clusterconfig}/clusters-main-app.yaml | 3 +++ 4 files changed, 9 insertions(+) rename infra/clusters/dev/{ => clusterconfig}/dev-eks.yaml (100%) rename infra/clusters/{ => prod/clusterconfig}/clusters-main-app.yaml (89%) diff --git a/infra/clusters/argocd-apps/templates/cluster-compositions/aws-composition.yaml b/infra/clusters/argocd-apps/templates/cluster-compositions/aws-composition.yaml index ac3332f..fe6fca0 100644 --- a/infra/clusters/argocd-apps/templates/cluster-compositions/aws-composition.yaml +++ b/infra/clusters/argocd-apps/templates/cluster-compositions/aws-composition.yaml @@ -12,3 +12,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: crossplane + syncPolicy: + automated: + prune: true diff --git a/infra/clusters/argocd-apps/templates/dev/dev-cluster-apps.yaml b/infra/clusters/argocd-apps/templates/dev/dev-cluster-apps.yaml index b4842a0..8cdf101 100644 --- a/infra/clusters/argocd-apps/templates/dev/dev-cluster-apps.yaml +++ b/infra/clusters/argocd-apps/templates/dev/dev-cluster-apps.yaml @@ -12,3 +12,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: crossplane + syncPolicy: + automated: + prune: true \ No newline at end of file diff --git a/infra/clusters/dev/dev-eks.yaml b/infra/clusters/dev/clusterconfig/dev-eks.yaml similarity index 100% rename from infra/clusters/dev/dev-eks.yaml rename to infra/clusters/dev/clusterconfig/dev-eks.yaml diff --git a/infra/clusters/clusters-main-app.yaml b/infra/clusters/prod/clusterconfig/clusters-main-app.yaml similarity index 89% rename from infra/clusters/clusters-main-app.yaml rename to infra/clusters/prod/clusterconfig/clusters-main-app.yaml index 4bbdba1..93397c1 100644 --- a/infra/clusters/clusters-main-app.yaml +++ b/infra/clusters/prod/clusterconfig/clusters-main-app.yaml @@ -15,3 +15,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: tekton-pipelines + syncPolicy: + automated: + prune: true \ No newline at end of file