From d13a3d343b75dd69c77ad08aaea8951126217846 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 19 Feb 2024 18:32:05 +0000 Subject: [PATCH] Remove the conflicting ingress Signed-off-by: Martyn Ranyard --- everything-app/bucket.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 everything-app/bucket.yaml diff --git a/everything-app/bucket.yaml b/everything-app/bucket.yaml deleted file mode 100644 index a3826ba..0000000 --- a/everything-app/bucket.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: bucket - namespace: argocd -spec: - destination: - namespace: rook-ceph - server: https://kubernetes.default.svc - project: apps - source: - path: apps-kustomized/bucket - repoURL: https://git.martyn.berlin/martyn/infra4talos - targetRevision: HEAD - syncPolicy: - automated: - selfHeal: true