Neer Friedman
Neer Friedman
We are using URI in an environment variable in order to configure our `LogstashLogger`: ```ruby # Read the URI from an environment variable logger = LogStashLogger.new(uri: ENV['LOGSTASH_URI']) ``` The default...
Many tools use templating syntax with {{ ... }} delimiters, it's hard to maintain Helm charts for such tools. This HIP suggests to use "magic comments" in the template to...
**What this PR does / why we need it**: Some popular kubernetes components (prometheus, argo-workflows, ...) use templating with `{{...}}` syntax. This makes it hard for helm users to template...
## What this PR does / why we need it: Currently there's a problem where if an Ingress is using a service with ExternalName but that external name cannot be...