Sébastien
Sébastien
Hello I tried to implement your tests https://github.com/garethr/garethr-docker/pull/635 Regards
Thanks @bobrossthepainter for the idea. ``` flux_apply_yaml_documents_without_namespace = [for x in local.install: x if x.data.kind != "Namespace"] ```
Hello kubescan report also initContainers... It should not imho. Because my deployment has : ``` securityContext: allowPrivilegeEscalation: false capabilities: drop: - all runAsNonRoot: true runAsUser: 2020 ``` And kube-scan report...
Same problem for me. Using `0.17.1` solved the problem too.
@lvets Could you provide an example ? The terraform sort function is a lexical sort, and cloudflare seems to use something else: Terraform sort: ``` "220.243.154.0/23", "221.122.91.0/24", "58.220.95.0/24", "64.215.22.0/24", ```...
No. Still relevant... ``` Terraform v1.3.6 on darwin_amd64 + provider registry.terraform.io/cloudflare/cloudflare v3.31.0 ``` ``` ~ resource "cloudflare_notification_policy" "default-rate-limit" { id = "xxxxxxx" name = "Default notification" # (6 unchanged attributes...
Hello Great job, I need this feature too :) Regards