Skip to content

Commit 9a9aad9

Browse files
committed
fix: rebase issues
1 parent e32bb5d commit 9a9aad9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

hack/addons/kustomize/cluster-autoscaler/manifests/helm-values.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
# This is used to generate CRS
55
---
66
# This is a hack, but because a single cluster-autoscaler deployment can only monitor a single Kubernetes cluster
7-
<<<<<<< HEAD
87
# we expect 'tmp-clustername-tmpl', 'tmpl-clusternamespace-tmpl' and 'tmpl-clusteruuid-tmpl'
98
# to be replaced with the Cluster's name and namespace.
109
fullnameOverride: cluster-autoscaler-tmpl-clusteruuid-tmpl
11-
=======
12-
# we expect 'tmpl-clustername-tmpl' and 'tmpl-clusternamespace-tmpl'
13-
# to be replaced with the Cluster's name and namespace.
14-
fullnameOverride: cluster-autoscaler-tmpl-clustername-tmpl
15-
>>>>>>> c13903e (ci: adds missing helm-values files to generate cm)
1610

1711
cloudProvider: clusterapi
1812

@@ -39,11 +33,7 @@ clusterAPIMode: kubeconfig-incluster
3933
clusterAPIWorkloadKubeconfigPath: /cluster/kubeconfig
4034
extraVolumeSecrets:
4135
kubeconfig:
42-
<<<<<<< HEAD
4336
name: tmpl-clusteruuid-tmpl-kubeconfig
44-
=======
45-
name: tmpl-clustername-tmpl-kubeconfig
46-
>>>>>>> c13903e (ci: adds missing helm-values files to generate cm)
4737
mountPath: /cluster
4838
readOnly: true
4939
items:

0 commit comments

Comments
 (0)