mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-08-12 11:39:20 +02:00
Add installation instructions to helm chart Readme
This commit is contained in:
parent
b51a17a17f
commit
d25d73235e
1 changed files with 14 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue