Skip to content

Commit

Permalink
Rename secret key to better describe its contents
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Apr 30, 2019
1 parent de2ec3f commit 6ea060c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/grafana.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
configMap.mixin.metadata.withNamespace($._config.namespace),
dashboardDatasources:
local secret = k.core.v1.secret;
secret.new('grafana-datasources', { 'prometheus.yaml': std.base64(std.manifestJsonEx({
secret.new('grafana-datasources', { 'datasources.yaml': std.base64(std.manifestJsonEx({
apiVersion: 1,
datasources: $._config.grafana.datasources,
}, ' ')) }) +
Expand Down

0 comments on commit 6ea060c

Please sign in to comment.