add job-initialize-user

This commit is contained in:
Maarten de Waard 2022-04-04 16:56:08 +02:00
parent 3f0d6dc0fd
commit 8a89f94ec0
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
3 changed files with 82 additions and 4 deletions

View file

@ -1,17 +1,38 @@
# Values you will likely want to override. See values.yaml for their meanings
dashboard:
host: dashboard.oas.example.com
host: dashboard.stackspin.example.com
backend:
secretKey: My random secret key
# OIDC connection details
#
# oidc:
# clientSecret: ReplaceWithSecret
# baseUrl: https://sso.stackspin.example.org
# authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
# tokenUrl: https://sso.stackspin.example.org/oauth2/token
# Where to find the Kratos public url
kratos:
publicUrl: https://sso.stackspin.example.org/kratos
# Public URL of login panel
loginPanelUrl: https://dashboard.stackspin.example.org/web/
# Database connection
# databaseUrl: mysql+pymysql://stackspin:password@single-sign-on-database-mariadb/stackspin
initialUser:
email: admin@example.com
# password: Set a pasword for the initial user!
ingress:
enabled: true
hostname: dashboard.oas.example.com
hostname: dashboard.stackspin.example.com
# Get certificates with cert-manager
certManager: true
tls:
- hosts:
- dashboard.oas.example.com
secretName: oas-dashboard
- dashboard.stackspin.example.com
secretName: stackspin-dashboard