ContainerImage.Pinniped/deploy
Ryan Richard 6d43d7ba19 Update the schema of CredentialIssuerConfig
- Move the current info from spec to status
- Add schema for new stuff that we will use in a future commit to status
- Regenerate the generated code
2020-08-21 17:00:42 -07:00
..
README.md Rename project 2020-08-20 10:54:15 -07:00
crd.yaml Update the schema of CredentialIssuerConfig 2020-08-21 17:00:42 -07:00
deployment.yaml Get rid of TODO that was completed in ecde8fa8 2020-08-21 10:38:28 -04:00
rbac.yaml Rename PinnipedDiscoveryInfo to CredentialIssuerConfig 2020-08-21 16:16:34 -07:00
values.yaml deploy: add API cert config map values 2020-08-20 17:14:16 -04: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 pinniped --diff-changes --file -