GrafanaAdditionalDatasource
Scope: Cluster
The resource for connecting additional datasources to Grafana.
The resource parameters are described in details in the Grafana documentation.
- spec
Required value
- spec.access
Required value
Access mode.
Allowed values:
Proxy
,Direct
- spec.basicAuth
Enable/disable basic auth.
- spec.basicAuthUser
Basic auth username.
- spec.database
Database name (if used).
- spec.jsonData
Fields to be converted to JSON and stored in jsonData.
- spec.secureJsonData
JSON-data object to be saved encrypted.
- spec.type
Required value
Datasource type.
- spec.url
Datasource URL.
Example:
url: http://localhost:8080
- spec.user
Database username.
Deprecated resource. Support for the resource might be removed in a later release.
The resource for connecting additional datasources to Grafana.
The resource parameters are described in details in the Grafana documentation.
- spec
Required value
- spec.access
Required value
Access mode.
Allowed values:
proxy
,direct
- spec.basicAuth
Enable/disable basic auth.
- spec.basicAuthUser
Basic auth username.
- spec.database
Database name (if used).
- spec.jsonData
Fields to be converted to JSON and stored in jsonData.
- spec.secureJsonData
JSON-data object to be saved encrypted.
- spec.type
Required value
Datasource type.
- spec.url
Datasource URL.
Example:
url: http://localhost:8080
- spec.user
Database username.