File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
hack/addons/kustomize/cluster-autoscaler/manifests Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 4
4
# This is used to generate CRS
5
5
---
6
6
# This is a hack, but because a single cluster-autoscaler deployment can only monitor a single Kubernetes cluster
7
- <<<<<<< HEAD
8
7
# we expect 'tmp-clustername-tmpl', 'tmpl-clusternamespace-tmpl' and 'tmpl-clusteruuid-tmpl'
9
8
# to be replaced with the Cluster's name and namespace.
10
9
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)
16
10
17
11
cloudProvider : clusterapi
18
12
@@ -39,11 +33,7 @@ clusterAPIMode: kubeconfig-incluster
39
33
clusterAPIWorkloadKubeconfigPath : /cluster/kubeconfig
40
34
extraVolumeSecrets :
41
35
kubeconfig :
42
- <<<<<<< HEAD
43
36
name : tmpl-clusteruuid-tmpl-kubeconfig
44
- =======
45
- name : tmpl-clustername-tmpl-kubeconfig
46
- >>>>>>> c13903e (ci: adds missing helm-values files to generate cm)
47
37
mountPath : /cluster
48
38
readOnly : true
49
39
items :
You can’t perform that action at this time.
0 commit comments