Skip to content

Commit

Permalink
ci: fix secret syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Nov 7, 2023
1 parent 8858371 commit 573f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/monitoring/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ k8s_yaml(secret_from_dict(
name = 'monitoring-smoketest',
namespace = local.smoketest_namespace,
inputs={
'grafana_host' = 'monitoring-grafana.{}.svc.cluster.local'.format(monitoring_namespace),
'grafana_host': 'monitoring-grafana.{}.svc.cluster.local'.format(monitoring_namespace),
}
))

0 comments on commit 573f21e

Please sign in to comment.