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