This commit is contained in:
2024-01-24 16:54:57 +01:00
parent fa41682093
commit 6a2774c0ed
2 changed files with 21 additions and 25 deletions

View File

@@ -26,10 +26,6 @@ auto_assign_org_id = 0
[auth]
oauth_allow_insecure_email_lookup = true
signout_redirect_url = '${module.oauth2.sso_signout_url}'
[auth.anonymous]
enabled = true
org_name = Main Org.
org_role = Viewer
[auth.generic_oauth]
enabled = true
name = vynil

View File

@@ -6,15 +6,10 @@ metadata:
name: grafana
description: null
options:
domain-name:
default: your_company.com
app-group:
default: monitor
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
- monitor
type: string
images:
default:
@@ -113,6 +108,11 @@ options:
type: string
type: object
type: object
sub-domain:
default: grafana
examples:
- grafana
type: string
volume:
default:
accessMode: ReadWriteOnce
@@ -132,30 +132,30 @@ options:
default: 10Gi
type: string
type: object
app-group:
default: monitor
examples:
- monitor
type: string
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
sub-domain:
default: grafana
domain-name:
default: your_company.com
examples:
- grafana
- 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: