ryanwholey / jsonnet-test-app

An application config written in jsonnet to be used with the jsonnet-test-lib repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonnet-test-app

# update deps (currently pinned to the upstream default branch)
# These are gitignored and at the moment, will be pulled by the deploying agent
jb update

# render to yaml
tk show environments/default \
  --tla-str apiServer=https://$(minikube ip):8443 \
  --tla-str environment=staging

# deploy to minikube
tk apply environments/default \
  --tla-str apiServer=https://$(minikube ip):8443 \
  --tla-str environment=staging

About

An application config written in jsonnet to be used with the jsonnet-test-lib repo


Languages

Language:Jsonnet 100.0%