hashbang / gitops

gitops repo for our kubernetes cluster
23 stars 8 forks source link

Set up CI #6

Open daurnimator opened 4 years ago

daurnimator commented 4 years ago

Will be able to at least validate yaml. Not sure if we'll be able to do a client side dry-run without exposing secrets to the CI server?

daurnimator commented 4 years ago

Should also have a check that all images are hashlocked (related #8)

daurnimator commented 4 years ago

Github action that posts an argocd diff: https://github.com/quizlet/argocd-diff-action

KellerFuchs commented 1 year ago

Github action that posts an argocd diff: https://github.com/quizlet/argocd-diff-action

What kind of permissions would its API token need? That doesn't seem documented upstream :grimacing: