I cannot configure Instana Datasource #434
Labels
enhancement
New feature or request
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
I'm facing a problem similar to this issue and this when I try to configure Instana datasource. I've noticed that all data under jsonData are ignored, then my configMap shows an empty jsonData because of jsonData fields whitelisting.
apiVersion: integreatly.org/v1alpha1
kind: GrafanaDataSource
metadata:
name: grafana-datasources
namespace: grafana
spec:
name: grafana-datasources.yaml
datasources:
- name: Instana
type: instana-datasource
access: direct
orgId: 1
isDefault: true
url: ${INSTANA_UI_BACKEND_URL}
jsonData:
url: ${INSTANA_UI_BACKEND_URL}
apiToken: ${INSTANA_API_TOKEN}
useProxy: false
showOffline: true
allowInfraExplore: true
version: 1
editable: true
This is a reference for provisioning Instana datasource here
It is possible to add the necessary fields or exists any plan to allow in the future to configure third party datasources?
The text was updated successfully, but these errors were encountered: