diff --git a/README.md b/README.md index 314a824..54f8de6 100644 --- a/README.md +++ b/README.md @@ -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.