Ofir Shtrull

Results 5 comments of Ofir Shtrull

Thanks this helped me out a lot!!! please work on it that they merge your fix

> I ran into this bug also. A work-around is > > ``` > # TODO workaround for https://github.com/OpenVPN/terraform-provider-openvpn-cloud/issues/80 > lifecycle { > ignore_changes = [ > routes, > ]...

> > @debu99 > > Apparently this fixed the issue for me: > > ``` > > apiVersion: v1 > > kind: ConfigMap > > metadata: > > name: argocd-cm...

I also think this is relevant @consideRatio in today's world everything should get fully Gitops I manage x cluster prod and dev, to advise that running a single `kubectl apply...

> Introducing a values variable that could contain any type of other resource is honestly messy antipattern in the world of Helm charts and templating. If people want to add...