ContainerImage.Pinniped/deploy
Matt Moyer 2959b54e7b Generate CRD YAML using controller-tools, update doc strings.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-08-31 16:38:48 -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 memory request to pinniped deployment 2020-08-28 15:19:16 -04:00
rbac.yaml Upon pod startup, update the Status of CredentialIssuerConfig 2020-08-24 18:07:34 -07:00
values.yaml Doc updates 2020-08-27 10:14:03 -07: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 -