[Improve] Split our deployment.yaml into multiple files
Description
Separate the deployment by kind
The Problem
The single deployment.yaml is getting a little complicated
Background/Current State
Everything is in the same file
Solution
Make a folder (deploy?), and make a new folder for each kind
Change the gitlab-ci.yml
apply to:
kubectl --token=$KUBE_TOKEN apply -f deploy? --recursive
Additional Information
Steps
-
TBD
Edited by Andrew