Skip to content

Commit f83fd07

Browse files
committed
fixup! docs: Fix up indentation
1 parent 58275fc commit f83fd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/addons/cluster-autoscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ spec:
115115
cluster.x-k8s.io/cluster-api-autoscaler-node-group-min-size: "0"
116116
capacity.cluster-autoscaler.kubernetes.io/cpu: "8"
117117
capacity.cluster-autoscaler.kubernetes.io/memory: "8112564Ki"
118-
capacity.cluster-autoscaler.kubernetes.io/labels: "node-restriction.kubernetes.io/my-app="
119-
capacity.cluster-autoscaler.kubernetes.io/taints: "mytaint=tainted:NoSchedule"
118+
capacity.cluster-autoscaler.kubernetes.io/labels: "node-restriction.kubernetes.io/my-app="
119+
capacity.cluster-autoscaler.kubernetes.io/taints: "mytaint=tainted:NoSchedule"
120120
name: scale-from-zero-example
121121
# Do not set the replicas field, otherwise the topology controller will revert back the autoscaler's changes
122122
```

0 commit comments

Comments
 (0)