This commit is contained in:
2024-01-24 16:56:42 +01:00
parent 6a2774c0ed
commit 6b4f66343b
2 changed files with 31 additions and 30 deletions

View File

@@ -26,6 +26,7 @@ auto_assign_org_id = 0
[auth]
oauth_allow_insecure_email_lookup = true
signout_redirect_url = '${module.oauth2.sso_signout_url}'
oauth_auto_login = true
[auth.generic_oauth]
enabled = true
name = vynil

View File

@@ -6,6 +6,36 @@ metadata:
name: grafana
description: null
options:
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
sub-domain:
default: grafana
examples:
- grafana
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
app-group:
default: monitor
examples:
@@ -108,11 +138,6 @@ options:
type: string
type: object
type: object
sub-domain:
default: grafana
examples:
- grafana
type: string
volume:
default:
accessMode: ReadWriteOnce
@@ -132,31 +157,6 @@ options:
default: 10Gi
type: string
type: object
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string
dependencies: []
providers:
kubernetes: true