Description
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?