From d25d73235e208267632bb964eea22f7c0518120a Mon Sep 17 00:00:00 2001 From: Matthew Beckett Date: Fri, 22 Oct 2021 13:13:09 +0100 Subject: [PATCH] Add installation instructions to helm chart Readme --- charts/py-kms/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/charts/py-kms/README.md b/charts/py-kms/README.md index 553090f..00fd65d 100644 --- a/charts/py-kms/README.md +++ b/charts/py-kms/README.md @@ -4,6 +4,20 @@ A Helm chart for Kubernetes +## Deployment + +Below is a basic overview of the steps required to deploy the Helm chart to an existing Kubernetes cluster which is accessible via Kubectl + +### Create py-kms Namespace (recommended) + +`kubectl create ns py-kms` + +### Deploy chart with default values.yaml + +`helm install -n py-kms -f myvalues.yaml charts/py-kms` + +For more information please refer to the Helm Install command documentation located at: https://helm.sh/docs/helm/helm_install/ + ## Values | Key | Type | Default | Description |