mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-15 20:13:22 +00:00
Formatting
This commit is contained in:
parent
ec5e672d3c
commit
bad406febb
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue