example of k8s app generated with help of k8s-lib (https://github.com/k14s/k8s-lib)
December 16, 2019 · View on GitHub
mkdir my-app && cd my-app git clone https://github.com/k14s/k8s-lib _ytt_lib/github.com/k14s/k8s-lib # create `config.yml` with below contents ytt version Version: 0.23.0 # <-- must be 0.23.0+ ytt -f . | kapp deploy -a my-app -f- -y