armory / minnaker

Spinnaker on Lightweight Kubernetes (K3s)
Apache License 2.0
145 stars 53 forks source link

feat(operator-v2): Use spinnaker-kustomize-patches for operator installs #72

Closed alchen99 closed 3 years ago

alchen99 commented 3 years ago

Uses armory/spinnaker-kustomize-patches to install Operator by default although this can be overridden.

Closes: #71

alchen99 commented 3 years ago

.deploy.sh requires jq

since we're assuming ubuntu VM it could just be sudo apt-get install jq -y

@away168 Added installation of jq after some checks.