orbos icon indicating copy to clipboard operation
orbos copied to clipboard

Get boom deployment as kustomizable resource

Open buehler opened this issue 5 years ago • 0 comments

It would be nice to actually have the yaml definition for boom itself (the jumpstart) as a kustomize yaml. Then one could just create a simple kustomization yaml and reference the repository:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: caos-system

resources:
  - github.com/caos/boom/build/.......?ref=v1.4.2

# optional stuff

buehler avatar Apr 24 '20 16:04 buehler