ContainerImage.Pinniped/deploy/README.md

12 lines
475 B
Markdown
Raw Normal View History

# Deploying
2020-07-08 01:50:35 +00:00
This example deployment uses `ytt` and `kapp` from [k14s.io](https://k14s.io/).
If you would rather not install these command-line tools directly on your machine,
2020-08-27 12:39:20 +00:00
you can alternatively use the most recent version of this container image:
2020-07-08 01:50:35 +00:00
https://hub.docker.com/r/k14s/image/tags
1. Fill in the values in [values.yml](values.yaml)
2. In a terminal, cd to this `deploy` directory
2020-08-20 17:54:15 +00:00
3. Run: `ytt --file . | kapp deploy --yes --app pinniped --diff-changes --file -`