Skip to content
Snippets Groups Projects
Commit 8b31ea01 authored by Jack Francis's avatar Jack Francis
Browse files

helm: backtick to escape braces

parent 5d4f6f1b
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,4 @@ name: cluster-autoscaler
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 9.46.4
version: 9.46.5
......@@ -79,7 +79,7 @@ To create a valid configuration, follow instructions for your cloud provider:
### Templating the autoDiscovery.clusterName
The cluster name can be templated in the `autoDiscovery.clusterName` variable. This is useful when the cluster name is dynamically generated based on other values coming from external systems like Argo CD or Flux. This also allows you to use global Helm values to set the cluster name, e.g., `autoDiscovery.clusterName=\{\{ .Values.global.clusterName }}`, so that you don't need to set it in more than 1 location in the values file.
The cluster name can be templated in the `autoDiscovery.clusterName` variable. This is useful when the cluster name is dynamically generated based on other values coming from external systems like Argo CD or Flux. This also allows you to use global Helm values to set the cluster name, e.g., `autoDiscovery.clusterName={{ .Values.global.clusterName }}`, so that you don't need to set it in more than 1 location in the values file.
### AWS - Using auto-discovery of tagged instance groups
......
......@@ -79,7 +79,7 @@ To create a valid configuration, follow instructions for your cloud provider:
### Templating the autoDiscovery.clusterName
The cluster name can be templated in the `autoDiscovery.clusterName` variable. This is useful when the cluster name is dynamically generated based on other values coming from external systems like Argo CD or Flux. This also allows you to use global Helm values to set the cluster name, e.g., `autoDiscovery.clusterName=\{\{ .Values.global.clusterName }}`, so that you don't need to set it in more than 1 location in the values file.
The cluster name can be templated in the `autoDiscovery.clusterName` variable. This is useful when the cluster name is dynamically generated based on other values coming from external systems like Argo CD or Flux. This also allows you to use global Helm values to set the cluster name, e.g., `autoDiscovery.clusterName={{`{{ .Values.global.clusterName }}`}}`, so that you don't need to set it in more than 1 location in the values file.
### AWS - Using auto-discovery of tagged instance groups
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment