Master has manually defined names (tags) from appr...
# kubernetes
f
Master has manually defined names (tags) from approved staging builds. But sometimes for a PR we want to test upping the replica count without redeploying a new image. Since we go through a CICD, it will build a new image, even though we just changed a replica count. I guess the real solution is using kubectl CLI to change just the replica count - that’s fine since we have access to pr environments via cli (not master or staging)