chore(dashboard): move config into separate files

This commit is contained in:
David Landry 2024-05-08 01:25:01 -04:00
parent 83f49e25a7
commit 4c42bbb4b9
9 changed files with 65 additions and 71 deletions

View file

@ -9,6 +9,20 @@ resources:
- secret.yaml
- service.yaml
configMapGenerator
- name: homepage
literals:
- |
kubernetes.yaml=
mode: cluster
files:
- custom.js=./config/custom.js
- custom.css=./config/custom.css
- bookmarks.yaml=./config/bookmarks.yaml
- services.yaml=./config/services.yaml
- settings.yaml=./config/settings.yaml
- widgets.yaml=./config/widgets.yaml
secretGenerator:
- name: basic-auth
files: