From 9a789a82f6113462919fc06178dae0a3c3e43a6a Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Sun, 12 Nov 2023 19:08:06 +0100 Subject: [PATCH] Go away Signed-off-by: Martyn Ranyard --- everything-app/app-1password-connect.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 everything-app/app-1password-connect.yaml diff --git a/everything-app/app-1password-connect.yaml b/everything-app/app-1password-connect.yaml deleted file mode 100644 index 472eb3d..0000000 --- a/everything-app/app-1password-connect.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: 1password-connect - namespace: argocd -spec: - destination: - namespace: 1password - server: https://kubernetes.default.svc - project: infra - source: - chart: connect - repoURL: https://1password.github.io/connect-helm-charts/ - targetRevision: 1.14.0 - syncPolicy: - automated: - selfHeal: true