Skip to content

Commit cb726e2

Browse files
committed
Apply autovars scaleup (alias for noris)
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent ab38fac commit cb726e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

playbooks/clusters.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ clusters:
8888
config:
8989
name: 'scaleup-1-33' # explicit name because dot in name not permissible
9090
kubernetesVersion: '1.33'
91-
autoVars: noris # determine vars.kubernetes_version automatically using kubernetesVersion; noris works well for us
91+
autoVars: scaleup # determine vars.kubernetes_version automatically using kubernetesVersion
9292
templates:
9393
shoot: shoot.yaml
9494
kubeconfig: garden-kubeconfig.yaml
@@ -115,7 +115,7 @@ clusters:
115115
config:
116116
name: 'scaleup-1-34' # explicit name because dot in name not permissible
117117
kubernetesVersion: '1.34'
118-
autoVars: noris # determine vars.kubernetes_version automatically using kubernetesVersion; noris works well for us
118+
autoVars: scaleup # determine vars.kubernetes_version automatically using kubernetesVersion
119119
templates:
120120
shoot: shoot.yaml
121121
kubeconfig: garden-kubeconfig.yaml
@@ -142,7 +142,7 @@ clusters:
142142
config:
143143
name: 'scaleup-1-35' # explicit name because dot in name not permissible
144144
kubernetesVersion: '1.35'
145-
autoVars: noris # determine vars.kubernetes_version automatically using kubernetesVersion; noris works well for us
145+
autoVars: scaleup # determine vars.kubernetes_version automatically using kubernetesVersion
146146
templates:
147147
shoot: shoot.yaml
148148
kubeconfig: garden-kubeconfig.yaml

0 commit comments

Comments
 (0)