Ihor Urazov
Ihor Urazov
Also a side note: `helm template --validate` populates `Capabilities` from current kubernetes context. This might be useful to generate manifests that better match cluster configuration.
Still relevant. With https://github.com/hashicorp/terraform-provider-kubernetes/pull/1792 it isn't clear how to create token for ServiceAccount using provider's resources.
@ldez why? It much more practical to have a chart release for each Traefik release. This is common practice across helm community. Majority of chart users don't track traefik releases,...
> everybody can create a PR Problem with this, that community contributions remain stale for months without review. While PRs from traefik team members merged in seconds, like this https://github.com/traefik/traefik-helm-chart/pull/614.
> if we do want to use a ServiceMonitor, then we find that the k8s Service resource created by this chart isn't ready-to-use, because it doesn't expose the metrics ports,...
Caused by https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1377
In all seriousness, this is not a solution people are asking for. This is temporary workaround and offloads feature implementation to customer, while everyone here are expecting this to be...
> We have over 100k users, thousands of whom manage their shell configuration with Fig. This is pure advertisement and lies. The value of this PR is actually negative. Please...
Side note. There is [`zsh/zprof`](http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fzprof-Module) module that gives much more insight about startup time and most taxing function calls.
Instead of using `psvar` we can use some custom variables like `PURE_PREPROMPT_PREFIX`. Simple note about them in readme should be sufficient. Side node, referencing psvar as `%1v` has its own...