Maurice Faber
Maurice Faber
Is this not possible at all? How can we get multiple rules honored for one pipeline?
When following these docs: https://istio.io/latest/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/ I get errors that the generated cert for CA is created using a too weak algorithm: ``` 2021/05/26 22:43:57 [emerg] 1#1: SSL_CTX_use_certificate("/etc/nginx-server-certs/tls.crt") failed (SSL: error:140AB18E:SSL...
Hi, it seems this plugin now can't deliver chart artifacts to the external charts repo. In our philosophy a chart lives in the repo next to the code. We don't...
I need to glob prometheus rule files `rules/*` into a yaml block. So I was hoping .Files to be available to do so: ``` additionalPrometheusRules: {{- range $file, $bytes :=...
Hi, I think it would be beneficial to use the `--skip-cleanup` flag consistently in all the helmfile commands. We would like to be able to see tmp output without having...
Hi, same as with destroy we would assume the order of `installed: false` to be in reverse as well. We group charts that needed to be installed in order, but...
I have many manifests that are created correctly with helmfile, but not when I `kubectl apply` the resources generated with `helmfile template` as the resources don't have namespace references there...what...
is something like this already possible: ``` helm template -r parent/subchart . ``` ?
How can `href="repository/{{repo.name}}"` in repository-list.html match with these routes: ``` when('/home', { templateUrl: 'home.html', controller: 'HomeController', }). when('/repositories/:reposPerPage?/:lastNamespace?/:lastRepository?', { templateUrl: 'repository/repository-list.html', controller: 'RepositoryListController' }). when('/repository/:repositoryUser/:repositoryName', { templateUrl: 'repository/repository-detail.html', controller: 'RepositoryDetailController',...