ContainerImage.Pinniped/deploy
Ryan Richard 29654c39a5 Update a CRD validation
- Allow both http and https because a user using `kubectl proxy` would
  want to use http, since the proxy upgrades requests from http to https
2020-08-17 16:29:21 -07:00
..
README.md Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
crd.yaml Update a CRD validation 2020-08-17 16:29:21 -07:00
deployment.yaml Set the `type` on the image pull `Secret` 2020-08-13 13:34:23 -07:00
rbac.yaml LoginRequest -> CredentialRequest 2020-08-14 11:26:09 -04:00
values.yaml Set the `type` on the image pull `Secret` 2020-08-13 13:34:23 -07:00

README.md

Deploying

This example deployment uses ytt and kapp from k14s.io.

If you would rather not install these command-line tools directly on your machine, you can use alternatively get the most recent version of this container image: https://hub.docker.com/r/k14s/image/tags

  1. Fill in the values in values.yml
  2. In a terminal, cd to this deploy directory
  3. Run: ytt --file . | kapp deploy --yes --app placeholder-name --diff-changes --file -