Dom Eales @ PaloIT
Dom Eales @ PaloIT
I have found that as long as the `Service` has been deployed and the Load Balancer is ready you can use the following method: ```hcl locals { ingress_svc_name = "ingress-nginx-controller"...
@jbg Yeah I have used that `wait_for_load_balancer` before, but unfortunately in my case the ingress controller (and therefore Load Balancer) are created by ArgoCD in a separately controlled process. I...
There is definitely a valid use case for this. In a project I worked on recently we were looking at installing ACK in the cluster to bring the management of...
I got the same error, but I am already using the `exec` plugin with `aws eks get-token`. My `helm_release` failed mid way, leaving the release as `failed` and making it...
I also had this issue. It turned up when I added a `depends_on` argument on the module resource using this module. I worked out that if remove the `depends_on` and...
Hi folks, I am using https://external-secrets.io/v0.5.7/ and it is updating my `Secret` resources when the underlying AWS SecretsManager secret values are updated. I am attempting to integrate this with Reloader....
@ericmeadows Can you explain how it is working for you? Are you using `reloader.stakater.com/auto: "true"` on `Deployment` resources?
@ericmeadows yeah ExternalSecrets is great. I would like to get it working with Reloader if possible. I suspect the way that ExternalSecrets is updating the secrets is not triggering an...
Scratch that, it seems that Reloader is working with `ExternalSecrets`, perhaps it just has a delay. 👍
I am attempting to work out how to do modern development witih git on Wordpress, with environments, and there doesn't seem to be anything that covers it all. VersionPress feels...