Hi! I'm setting up github actions workflows to dep...
# azure
a
Hi! I'm setting up github actions workflows to deploy apps to different aks clusters from multiple repositories. I am looking for a simple way to read environment-specific config for eg. aks docker registry in the pipeline. It occurred to me that there might be pulumi recipes for reading the docker registry values from my stack definitions, eg. Psudo-pipeline logic: 1. Determine target environment(s) by branch 2. pulumi get "stage" aks acr docker registry 3. Use docker registry for docker login I hope the question makes somewhat sense or anyone can reference a pulumi example of this?