Skip to content

Commit

Permalink
Use canonical DNS for wehe (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Jan 21, 2020
1 parent 62eca7f commit 20cda44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/daemonsets/experiments/wehe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exp.Experiment('wehe', 5, 'pusher-' + std.extVar('PROJECT_ID'), 'netblock', ['re
image: 'measurementlab/wehe:v0.1',
args: [
// should be wehe.$(MLAB_NODE_NAME)
'diff.mlab.$(MLAB_NODE_NAME)',
'wehe.$(MLAB_NODE_NAME)',
],
env: [
{
Expand Down

0 comments on commit 20cda44

Please sign in to comment.