From 1d60bac661c4b738e324748f988832afcc39349c Mon Sep 17 00:00:00 2001 From: Lars Delhage Date: Tue, 18 Feb 2025 09:04:04 +0100 Subject: [PATCH] Remove old application --- applications/richir-test/application.yaml | 35 ----------------------- 1 file changed, 35 deletions(-) delete mode 100644 applications/richir-test/application.yaml diff --git a/applications/richir-test/application.yaml b/applications/richir-test/application.yaml deleted file mode 100644 index 689f716..0000000 --- a/applications/richir-test/application.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: richir-test - namespace: argocd - labels: - name: richir-test -spec: - project: default - sources: - - repoURL: 'https://platform.sunet.se/Drive/k8s-manifests' - targetRevision: HEAD - path: customers/overlays/richir/test/ - destination: - server: https://kubernetes.default.svc - namespace: richir - syncPolicy: - automated: - prune: false - selfHeal: true - allowEmpty: false - syncOptions: # maybe needs FIXME - - Validate=true # disables resource validation (equivalent to 'kubectl apply --validate=false') ( true by default ). - - CreateNamespace=true # Namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster. - - PrunePropagationPolicy=foreground # Supported policies are background, foreground and orphan. - - PruneLast=true # Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation - - RespectIgnoreDifferences=true # When syncing changes, respect fields ignored by the ignoreDifferences configuration - - ApplyOutOfSyncOnly=true # Only sync out-of-sync resources, rather than applying every object in the application - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m - revisionHistoryLimit: 2