shpml
shpml
Ran into the same issues when importing an existing ingress into a kubernetes_ingress_v1 resource. The @iamnicolasvdb workaround worked. ``` terraform version Terraform v1.2.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/google v4.29.0 +...
Hi @pintohutch I patch the `OperatorConfig` to limit the metrics I want to send to Cloud Monitoring. I do this using `kubectl patch operatorconfig/config --namespace gmp-public --type merge --patch-file ${path.module}/templates/operator_config_patch.yaml`....
A proposal for how it would work with a ConfigMap would be for the operator to look for a ConfigMap named `config` or something more specific like `gmp-opertor-config`, or via...
> @shpml would you be able to share the example of managing operatorconfig with terraform? Operator Confg ```yaml # filename="operator_config_patch.yaml" collection: filter: matchOneOf: - '{__name__=~"puma_.+"}' - '{__name__=~"action_cable_.+"}' - '{__name__=~"sidekiq_.+"}' -...
[BuildKit is the default](https://docs.docker.com/build/buildkit/) builder for users on Docker Desktop, and Docker Engine as of version 23.0. Is there any update on this feature request?
False positive upstream. https://github.com/github/advisory-database/pull/2526 https://github.com/github/advisory-database/pull/2533
No idea, I'm using a different vulnerability scanner that uses the same DB and it seems to be fixed there.
Is it possible to set a custom environment variables in `env_vars` using a command or can they only be hard coded?
@niksauer Does your `"./bin/get-tf-env-vars.sh"` script return or print anything. My script is being called but I'm getting an error relating to jsondecode. `Error in function call; Call to function "jsondecode"...