From 94c0db2c8badc141ed9f35ade9f5f47bad8b3fc7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2026 21:00:12 +0200 Subject: add apache --- .../test/example-apache-volume-claim.yaml | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 f3s/argocd-apps/test/example-apache-volume-claim.yaml (limited to 'f3s/argocd-apps/test/example-apache-volume-claim.yaml') diff --git a/f3s/argocd-apps/test/example-apache-volume-claim.yaml b/f3s/argocd-apps/test/example-apache-volume-claim.yaml deleted file mode 100644 index 9100cd9..0000000 --- a/f3s/argocd-apps/test/example-apache-volume-claim.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: example-apache-volume-claim - namespace: cicd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: http://git-server.cicd.svc.cluster.local/conf.git - targetRevision: master - path: f3s/example-apache-volume-claim/helm-chart - destination: - server: https://kubernetes.default.svc - namespace: test - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=false - retry: - limit: 3 - backoff: - duration: 5s - factor: 2 - maxDuration: 1m -- cgit v1.2.3