overrides: add custom stackspin apps

This commit is contained in:
xeruf 2023-02-07 19:26:19 +00:00
parent 124d0187d6
commit 6573767078
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# This list of apps is loaded by the Stackspin dashboard on startup, and it
# will insert any missing entries into the Stackspin database (`apps` table).
apiVersion: v1
kind: ConfigMap
metadata:
name: stackspin-apps-custom
namespace: flux-system
data:
vikunja: |
name: "Vikunja Tasks"
gitea: |
name: "Gitea Code"
invoiceninja: |
name: "Invoiceninja Billing"
---
# This list of OAuth clients with their corresponding apps is loaded by the
# Stackspin dashboard on startup, and it will insert any missing entries into
# the Stackspin database (`oauthclient_apps` table).
apiVersion: v1
kind: ConfigMap
metadata:
name: stackspin-oauthclients-custom
namespace: flux-system
data:
vikunja: vikunja
gitea: gitea