Write a script that deploys a zarf package to a k3d cluster
Definition of Done
A script is written that:
- Given a bigbang zarf package as produced in #172,
- Given the location of a kubeconfig file describing a working kubernetes cluster
- Loads the bigbang zarf package into the cluster described in the kubeconfig file
- Returns zero on success, nonzero on failure
Edited by Andrew Kesterson