Sverre Boschman
Sverre Boschman
Another complication is the fact that chart-testing does not support `--strict` ([issue](https://github.com/helm/chart-testing/issues/166)). Deprecations reported by Helm lint are warnings, not errors. The `--strict` also fails Helm lint on warnings and...
> Can this just be changed to false to omit this error message? This [blog post](https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/) explains the PodSecurityPolicy Deprecation in more detail.
@mumoshu Thanks for your elaborate reply. Yes, it is basically about injecting adhoc / arbitrary resources into the release of a chart. Merging them into the release itself would be...
Do you get the ci configmap using the `templates` option or did you see it using the `resources` option @sgandon ? I get the following results, using helmfile v0.47.0. Using...
I realise I am way late to the party, and a lot of work has already gone into this. Just recently started experimenting with Crossplane in the hope to come...
Can you please provide an example composition as well on how to use this json transformation to solve the example given in the issue? I must be missing something obvious,...
> There may be security concerns around being able to create a new user with a custom username/password to access the Rancher API for a specific cluster id via terraform...
Changes made in response to the review: 1) rebased on current `master` 2) Add [ERROR] to all fmt.Errorf object strings returned from a function `rancher2/resource_rancher2_service_account_token.go`: [line 120](https://github.com/rancher/terraform-provider-rancher2/pull/932/files#diff-9edd0033c1e445e7d514f47687ae232287d9333115398ca63422be55be26d404R120) `rancher2/resource_rancher2_service_account_token_test.go`: [line 113](https://github.com/rancher/terraform-provider-rancher2/pull/932/files#diff-ec2be5f5cc8b50d792b3368ad6a0499c199c2afc8f4042fa8eb592b6f8c2ceddR113),...
In addition to defining extra output fields for a single rule, it would be nice to be able to define extra output fields for every rule with a certain tag...
@incertum if you want more details on the setup we are trying to run, to perhaps better decide if and how falco can better support such a scenario, let me...