deploy-test-webhook/README.md: add another tool needed for the demo

The other diffs in this comment were dictated by pre-commit.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-09-10 09:50:17 -04:00
parent 89d01b84f8
commit fec31b71c0
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 9 additions and 4 deletions

View File

@ -17,6 +17,11 @@ User accounts can be created and edited dynamically using `kubectl` commands (se
This example deployment uses `ytt` from [Carvel](https://carvel.dev/) to template the YAML files.
Either [install `ytt`](https://get-ytt.io/) or use the [container image from Dockerhub](https://hub.docker.com/r/k14s/image/tags).
As well, this demo requires a tool capable of generating a `bcrypt` hash in order to interact with
the webhook. The example below uses `htpasswd`, which is installed on most macOS systems, and can be
installed on some Linux systems via the `apache2-utils` package (e.g., `apt-get install
apache2-utils`).
## Procedure
1. The configuration options are in [values.yml](values.yaml). Fill in the values in that file, or override those values