orbos
orbos copied to clipboard
Get boom deployment as kustomizable resource
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