File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/addons/cluster-autoscaler
kustomize/cluster-autoscaler/manifests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- fullnameOverride : " cluster-autoscaler-{{ index .Cluster.Annotations " caren.nutanix.com/cluster-uuid" }}
2
+ fullnameOverride : " cluster-autoscaler-{{ index .Cluster.Annotations " caren.nutanix.com/cluster-uuid" }}"
3
3
4
4
cloudProvider : clusterapi
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- fullnameOverride : " cluster-autoscaler-{{ index .Cluster.Annotations " caren.nutanix.com/cluster-uuid" }}
2
+ fullnameOverride : " cluster-autoscaler-{{ index .Cluster.Annotations " caren.nutanix.com/cluster-uuid" }}"
3
3
4
4
cloudProvider : clusterapi
5
5
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kustomize build --enable-helm "${ASSETS_DIR}" >"${ASSETS_DIR}/${FILE_NAME}"
27
27
28
28
# this replaces the custom templating used for kustomize to generate the configmap to using the same templating as we do
29
29
# with helm chart proxy
30
- # transforming tmpl-clustername-tmpl to -- {{ .Cluster.Name }}
30
+ # transforming tmpl-clustername-tmpl to {{ .Cluster.Name }}
31
31
sed -i -e " s/\([a-z-]*\)tmpl-clustername\([^-]*\)-tmpl\([a-z-]*\)/\1{{ \` {{ .Cluster.Name\2 }}\` }}\3/g" \
32
32
-e " s/\([a-z-]*\)tmpl-clusteruuid-tmpl\([a-z-]*\)/\1{{ \` {{ index .Cluster.Annotations \" caren.nutanix.com\/cluster-uuid\" }}\` }}\2/g" \
33
33
" ${ASSETS_DIR} /${FILE_NAME} "
You can’t perform that action at this time.
0 commit comments