linkerd2/test/integration/inject
Oliver Gould f0820bdfbf
inject: Use 'quote' function in proxy template (#5107)
As described in #5105, it's not currently possible to set the proxy log
level to `off`. The proxy injector's template does not quote the log
level value, and so the `off` value is handled as `false`. Thanks, YAML.

This change updates the proxy template to use helm's `quote` function
throughout, replacing manually quoted values and fixing the quoting for
the log level value.

We also remove the default logFormat value, as the default is specified
in values.yaml.
2020-10-20 15:36:10 -07:00
..
testdata More comprehensive injection integration test (#5049) 2020-10-14 19:31:56 +03:00
inject_test.go inject: Use 'quote' function in proxy template (#5107) 2020-10-20 15:36:10 -07:00