From ede20984cba19bfac2175050edf332406309edc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20Kr=C3=B6ger?= Date: Sat, 28 Dec 2024 21:51:19 +0100 Subject: [PATCH] add missing SA (see https://github.com/mongodb/helm-charts/issues/361) --- apps/networking/unifi-controller/app/database-sa.yaml | 5 +++++ apps/networking/unifi-controller/app/kustomization.yaml | 1 + 2 files changed, 6 insertions(+) create mode 100644 apps/networking/unifi-controller/app/database-sa.yaml diff --git a/apps/networking/unifi-controller/app/database-sa.yaml b/apps/networking/unifi-controller/app/database-sa.yaml new file mode 100644 index 000000000..b0cb5b439 --- /dev/null +++ b/apps/networking/unifi-controller/app/database-sa.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: mongodb-database diff --git a/apps/networking/unifi-controller/app/kustomization.yaml b/apps/networking/unifi-controller/app/kustomization.yaml index 21a3426d2..4bf8f4d35 100644 --- a/apps/networking/unifi-controller/app/kustomization.yaml +++ b/apps/networking/unifi-controller/app/kustomization.yaml @@ -10,3 +10,4 @@ resources: - ./volsync.yaml - ./volsync-db.yaml - ../../../../templates/gatus/internal + - ./database-sa.yaml