Mmadu Manasseh
Mmadu Manasseh
Oops, I thought Gophie had a database. So what do you think?
Should we close this? @deven96
yes that's what I'm currently using @ncopa.
What exactly are you trying to achieve here? Why not use the helm provider to install helm resources? The process involved in maintaining such modules will likely be stressful. When...
We can't control what people do with stickers. But yes, adding the creator metadata is not a bad idea
```hcl module "apply-extra-manifests" { source = "terraform-google-modules/gcloud/google//modules/kubectl-wrapper" version = "~> 2.0.2" skip_download = true cluster_name = var.cluster_name cluster_location = var.location project_id = var.project_id kubectl_create_command = "kubectl apply ${local.extra_manifests}" kubectl_destroy_command =...
I believe replacing the `/` with `-` within would the easiest way to go here. @mgoodness Adding the repo manually into argocd settings seems to resolve the issue. I have...
Can I submit a PR for this @alexmt ?
We should probably reference this issue from there @chetan-rns 👍🏿
@iknite @mgoodness I believe using helm 1.8.0 is the easier one if you don't want to stress with adding repos. I ended up doing that isntead of installing the latest...