From 2a68a587567b591e0ac783414a03120f2fa069c8 Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Mon, 17 Jul 2023 17:04:37 +0000 Subject: [PATCH] Remove mongo since raspberry pi doesn't support armv8.2 --- argo/apps/values.yaml | 5 ----- argo/mongodb/values.yaml | 10 ---------- 2 files changed, 15 deletions(-) delete mode 100644 argo/mongodb/values.yaml diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 2c3755a..3367b44 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -60,11 +60,6 @@ helmApps: repoURL: https://k8s-at-home.com/charts/ chart: wallabag revision: 7.1.2 - - app: mongodb - namespace: mongodb - repoURL: https://groundhog2k.github.io/helm-charts/ - chart: mongodb - revision: 0.5.16 # - app: lemmy # namespace: lemmy # repoURL: https://ananace.gitlab.io/charts diff --git a/argo/mongodb/values.yaml b/argo/mongodb/values.yaml deleted file mode 100644 index 51389bb..0000000 --- a/argo/mongodb/values.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -serviceAccount: - create: true - name: "mongodb" - -nodeSelector: - kubernetes.io/arch: arm64 - -storage: - persistentVolumeClaimName: mongodb