fix
This commit is contained in:
@@ -26,10 +26,6 @@ auto_assign_org_id = 0
|
|||||||
[auth]
|
[auth]
|
||||||
oauth_allow_insecure_email_lookup = true
|
oauth_allow_insecure_email_lookup = true
|
||||||
signout_redirect_url = '${module.oauth2.sso_signout_url}'
|
signout_redirect_url = '${module.oauth2.sso_signout_url}'
|
||||||
[auth.anonymous]
|
|
||||||
enabled = true
|
|
||||||
org_name = Main Org.
|
|
||||||
org_role = Viewer
|
|
||||||
[auth.generic_oauth]
|
[auth.generic_oauth]
|
||||||
enabled = true
|
enabled = true
|
||||||
name = vynil
|
name = vynil
|
||||||
|
|||||||
@@ -6,15 +6,10 @@ metadata:
|
|||||||
name: grafana
|
name: grafana
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
domain-name:
|
app-group:
|
||||||
default: your_company.com
|
default: monitor
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- monitor
|
||||||
type: string
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
@@ -113,6 +108,11 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
sub-domain:
|
||||||
|
default: grafana
|
||||||
|
examples:
|
||||||
|
- grafana
|
||||||
|
type: string
|
||||||
volume:
|
volume:
|
||||||
default:
|
default:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
@@ -132,30 +132,30 @@ options:
|
|||||||
default: 10Gi
|
default: 10Gi
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
app-group:
|
|
||||||
default: monitor
|
|
||||||
examples:
|
|
||||||
- monitor
|
|
||||||
type: string
|
|
||||||
admin_name:
|
admin_name:
|
||||||
default: grafana_admin
|
default: grafana_admin
|
||||||
examples:
|
examples:
|
||||||
- grafana_admin
|
- grafana_admin
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
ingress-class:
|
ingress-class:
|
||||||
default: traefik
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
sub-domain:
|
domain-name:
|
||||||
default: grafana
|
default: your_company.com
|
||||||
examples:
|
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
|
type: string
|
||||||
dependencies: []
|
dependencies: []
|
||||||
providers:
|
providers:
|
||||||
|
|||||||
Reference in New Issue
Block a user