Skip to content

Commit

Permalink
trace message
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Jan 20, 2021
1 parent b6e61e0 commit 810430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/default/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
new(name, selector={}, ports=[])::
super.new(name, selector, ports)
+ {
dns: std.trace('a', '%s.%s.svc.cluster.local' % [self.metadata.name, $._config.namespace]),
dns: std.trace('found dns', '%s.%s.svc.cluster.local' % [self.metadata.name, $._config.namespace]),
},
},
},
Expand Down

0 comments on commit 810430f

Please sign in to comment.