Skip to content

Commit

Permalink
Fix typo "kansiter" in install.rst (#1975)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
muffl0n and mergify[bot] committed Mar 28, 2023
1 parent 45ccc4a commit 1049520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Create a Secret that stores the TLS key and certificate for webhook admission se

.. substitution-code-block:: bash

kubectl create secret tls my-tls-secret --cert /path/to/tls.crt --key /path/to/tls.key -n kansiter
kubectl create secret tls my-tls-secret --cert /path/to/tls.crt --key /path/to/tls.key -n kanister

Install Kanister, providing the PEM-encoded CA bundle and the `tls` secret name
like below:
Expand Down

0 comments on commit 1049520

Please sign in to comment.