fcebd713a5
* Add value types with custom unmarshalling logic * Add env support for notifications config * Use env vars in json data tests for values * Add some more complexities to value tests * Update comment with example usage * Set env directly in the tests, removing patching * Update documentation * Add env var to the file reader tests * Add raw value * Post merge fixes * Add comment
31 lines
712 B
YAML
31 lines
712 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: $TEST_VAR
|
|
type: type
|
|
access: proxy
|
|
orgId: 2
|
|
url: url
|
|
password: password
|
|
user: user
|
|
database: database
|
|
basicAuth: true
|
|
basicAuthUser: basic_auth_user
|
|
basicAuthPassword: basic_auth_password
|
|
withCredentials: true
|
|
isDefault: true
|
|
jsonData:
|
|
graphiteVersion: "1.1"
|
|
tlsAuth: true
|
|
tlsAuthWithCACert: true
|
|
secureJsonData:
|
|
tlsCACert: "MjNOcW9RdkbUDHZmpco2HCYzVq9dE+i6Yi+gmUJotq5CDA=="
|
|
tlsClientCert: "ckN0dGlyMXN503YNfjTcf9CV+GGQneN+xmAclQ=="
|
|
tlsClientKey: "ZkN4aG1aNkja/gKAB1wlnKFIsy2SRDq4slrM0A=="
|
|
editable: true
|
|
version: 10
|
|
|
|
deleteDatasources:
|
|
- name: old-graphite3
|
|
orgId: 2
|