Formatting
This commit is contained in:
parent
ec5e672d3c
commit
bad406febb
|
@ -111,9 +111,13 @@ K8S deployment.
|
||||||
K8S deployment via helm.
|
K8S deployment via helm.
|
||||||
|
|
||||||
`K8S_CONTEXT`: K8S context to be used. Make sure to properly set up your K8S credentials (kube config) and provide a local copy of kubectl.
|
`K8S_CONTEXT`: K8S context to be used. Make sure to properly set up your K8S credentials (kube config) and provide a local copy of kubectl.
|
||||||
|
|
||||||
`NAMESPACE`: K8S namespace. TODO: This will be renamed to K8S_NAMESPACE in the future.
|
`NAMESPACE`: K8S namespace. TODO: This will be renamed to K8S_NAMESPACE in the future.
|
||||||
|
|
||||||
`HELM_VALUES_FILE`: Contains the specific variables for this deployment.
|
`HELM_VALUES_FILE`: Contains the specific variables for this deployment.
|
||||||
|
|
||||||
`HELM_CHART_NAME`: Name of the helm chart.
|
`HELM_CHART_NAME`: Name of the helm chart.
|
||||||
|
|
||||||
`HELM_CHART_PATH`: Path of the helm chart.
|
`HELM_CHART_PATH`: Path of the helm chart.
|
||||||
|
|
||||||
The helm deployment processes the contents of `HELM_VALUES_FILE` with envsubst and pipes the result to `helm upgrade` to deploy the application.
|
The helm deployment processes the contents of `HELM_VALUES_FILE` with envsubst and pipes the result to `helm upgrade` to deploy the application.
|
||||||
|
|
Loading…
Reference in New Issue