Hi, is there an example out there of combined usag...
# general
n
Hi, is there an example out there of combined usage of
Github Actions
[CI] +
Pulumi Operator
[CD]? How do I tell the
pulumi k8s operator
which revision to pull from
docker registry
?
l
What do you intend to pull from the docker registry?
n
My use case is the following: 1. I would like my developers to build and push a container to
Artifact Registry
with a given tag 2. Operator should only execute the stack from github when a new tag is pushed
Tag Tracking
like in ArgoCD for example 🙂
q