ContainerImage.Pinniped/deploy
Matt Moyer 9beb3855b5
Create webhooks per-test and explicitly in `demo.md` instead of with ytt in `./deploy`.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-09-22 10:03:32 -05:00
..
README.md Add demo instructions 2020-09-15 12:10:20 -07:00
config.pinniped.dev_credentialissuerconfigs.yaml Move CredentialIssuerConfig into new "config.pinniped.dev" API group. 2020-09-18 16:38:45 -05:00
deployment.yaml Merge branch 'main' into rename_stuff 2020-09-18 16:39:58 -07:00
idp.pinniped.dev_webhookidentityproviders.yaml Define the WebhookIdentityProvider CRD. 2020-09-15 11:44:23 -05:00
rbac.yaml Merge branch 'main' into rename_stuff 2020-09-18 16:39:58 -07:00
values.yaml Create webhooks per-test and explicitly in `demo.md` instead of with ytt in `./deploy`. 2020-09-22 10:03:32 -05:00

README.md

Deploying

Connecting Pinniped to an Identity Provider

If you would like to try Pinniped, but you don't have a compatible identity provider, you can use Pinniped's test identity provider. See deploy-local-user-authenticator/README.md for details.

Tools

This example deployment uses ytt and kapp from Carvel to template the YAML files and to deploy the app. Either install ytt and kapp or use the container image from Dockerhub.

Procedure

  1. The configuration options are in values.yml. Fill in the values in that file, or override those values using ytt command-line options in the command below.
  2. In a terminal, cd to this deploy directory
  3. To generate the final YAML files, run: ytt --file .
  4. Deploy the generated YAML using your preferred deployment tool, such as kubectl or kapp. For example: ytt --file . | kapp deploy --yes --app pinniped --diff-changes --file -