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:
Vulnerability scanning of container images.
Definition of Done
[ ] All applications deployed via CI/CD (most likely on merge to master).
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