Skip to content

Commit

Permalink
add missing SA (see mongodb/helm-charts#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDev committed Dec 28, 2024
1 parent 2a89882 commit ede2098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/networking/unifi-controller/app/database-sa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: mongodb-database
1 change: 1 addition & 0 deletions apps/networking/unifi-controller/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ resources:
- ./volsync.yaml
- ./volsync-db.yaml
- ../../../../templates/gatus/internal
- ./database-sa.yaml

0 comments on commit ede2098

Please sign in to comment.