jbouchery
jbouchery
Hi @zachaller Any update on this issue? Regards
Hi, for this kind of stuff, i actually use labels and vars to handle this (can't use replacements for the moment: https://github.com/kubernetes-sigs/kustomize/issues/4099#issuecomment-970279208 ) : **broadcaster/broadcaster.yaml** ``` [deployment and service omitted]...
Hi @VltraHeaven ! Thanks for the feedback. I was already aware of using the Rollouts by hitting `:`. When i was talking about using it like i use deployments, i...
Hi ! I found something interesting in the Argo rollouts documentation : [https://argoproj.github.io/argo-rollouts/migrating/#reference-deployment-from-rollout](https://argoproj.github.io/argo-rollouts/migrating/#reference-deployment-from-rollout) You can keep your deployment scaled at 0 and reference it in your Argo rollout so you...
Hi ! I see that the https://github.com/crazy-max/diun/pull/754 PR is closed. Any update on this ? I will try to continue the work of @AthrogatePEQ in the meantime.
Hi ! Same problem here, i'm using `includeIf` to use different email addresses and ssh keys but cannot use git within the container. I'll continue to use git outside the...