We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de2ec3f + 6ea060c commit b6db6bdCopy full SHA for b6db6bd
grafana/grafana.libsonnet
@@ -57,7 +57,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
57
configMap.mixin.metadata.withNamespace($._config.namespace),
58
dashboardDatasources:
59
local secret = k.core.v1.secret;
60
- secret.new('grafana-datasources', { 'prometheus.yaml': std.base64(std.manifestJsonEx({
+ secret.new('grafana-datasources', { 'datasources.yaml': std.base64(std.manifestJsonEx({
61
apiVersion: 1,
62
datasources: $._config.grafana.datasources,
63
}, ' ')) }) +
0 commit comments