Formatting

This commit is contained in:
Andreas Neue 2023-06-12 17:31:09 +02:00
parent ec5e672d3c
commit bad406febb
1 changed files with 4 additions and 0 deletions

View File

@ -111,9 +111,13 @@ K8S deployment.
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.
`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_CHART_NAME`: Name 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.