Mario Nevado
Results
2
comments of
Mario Nevado
I don't know if it is very common, but in the `acceptance-testing` the destroy section is used to run a `job` from an IMAGE, which runs a `go command`. In...
> This is possibile using data [kubernetes_resources](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/data-sources/resources) using `field_selector` or `label_selector`, so to check if CRD is created use: > > ``` > data "kubernetes_resources" "example" { > api_version =...