mattjmcnaughton / personal-k8s

All the code for bootstrapping, managing, and deploying applications on my personal k8s cluster.
Apache License 2.0
4 stars 2 forks source link

Set up CI/CD for deployments #22

Open mattjmcnaughton opened 5 years ago

mattjmcnaughton commented 5 years ago

Issue

Currently, deploying is a manual process, in which I run helm template ... | kubectl apply -f - from my local machine. I'd like to have automated CI/CD.

Impl

I'm not sure how exactly I'll implement this.

Desired features:

Definition of Done