ContainerImage.Pinniped/deploy
Matt Moyer b0315e5e9f Add a ytt template value for replica count.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-09-08 11:36:32 -05:00
..
README.md Doc updates 2020-08-27 10:14:03 -07:00
crd.yaml Generate CRD YAML using controller-tools, update doc strings. 2020-08-31 16:38:48 -05:00
deployment.yaml Add a ytt template value for replica count. 2020-09-08 11:36:32 -05:00
rbac.yaml Upon pod startup, update the Status of CredentialIssuerConfig 2020-08-24 18:07:34 -07:00
values.yaml Add a ytt template value for replica count. 2020-09-08 11:36:32 -05:00

README.md

Deploying

Tools

This example deployment uses ytt from Carvel to template the YAML files. Either install ytt 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 -