This is a helm chart for demonstration purposes, which only contains a simple ConfigMap.
This is a top level configuration file for this chart. You can install it by following command:
helm install ${release_name} demo-1.0.0.tgz -n ${namespace} -f values-override.yaml
The following will introduce the parameters in the configuration file:
CondifMap named environment-variables.This is a defualt values template file for this chart. You can install it by following command:
helm install ${release_name} demo/ -n ${namespace}
The following will introduce the parameters in the configuration file:
CondifMap named environment-variables.| Variable | Direction |
|---|---|
| author | The value of author name can be setting in values.yaml or values-override.yaml. Default is porthole. |
| kube_version | Numbers of Kubernetes version, such as v1.22.0. It is based on your environment. |
| support_grpc_in_probe | If the number of Kubernetes version is >= v1.23.0, the value is "true". Otherwise is "false". |