mirror of https://github.com/SystemRage/py-kms.git
Add installation instructions to helm chart Readme
This commit is contained in:
parent
b51a17a17f
commit
d25d73235e
|
@ -4,6 +4,20 @@
|
||||||
|
|
||||||
A Helm chart for Kubernetes
|
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
|
## Values
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|
|
Loading…
Reference in New Issue