stackspout/basic/overrides/stackspin-apps-custom.yaml

27 lines
722 B
YAML
Raw Normal View History

2023-02-07 19:26:19 +00:00
# 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:
2023-02-07 21:28:56 +00:00
do: |
2023-02-07 19:26:19 +00:00
name: "Vikunja Tasks"
2023-02-07 21:28:56 +00:00
code: |
2023-02-07 19:26:19 +00:00
name: "Gitea Code"
2023-02-07 21:28:56 +00:00
ninja: |
2023-02-07 19:26:19 +00:00
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