From d8195aff4a9f772405417310c61795c9787eabea Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 20 Feb 2024 19:26:38 +0000 Subject: [PATCH] No unifi anymore, get ye gone! Signed-off-by: Martyn Ranyard --- everything-app/unifi.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 everything-app/unifi.yaml diff --git a/everything-app/unifi.yaml b/everything-app/unifi.yaml deleted file mode 100644 index bfe5026..0000000 --- a/everything-app/unifi.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: unifi - namespace: argocd -spec: - destination: - namespace: unifi - server: https://kubernetes.default.svc - project: infra - source: - chart: unifi-controller - helm: - parameters: - - name: persistence.storageClass - value: "rook-ceph-block-ssd" - - name: persistence.backup.enabled - value: "false" - - name: ingress.enabled - value: "false" - repoURL: https://qonstrukt.github.io/helm-charts/ - targetRevision: 2.4.0 - syncPolicy: - automated: - selfHeal: true