diff --git a/src/content/tutorials/fleet-management/cluster-management/cluster-autoscaler/index.md b/src/content/tutorials/fleet-management/cluster-management/cluster-autoscaler/index.md index 6378ba06d8..f30a4f603b 100644 --- a/src/content/tutorials/fleet-management/cluster-management/cluster-autoscaler/index.md +++ b/src/content/tutorials/fleet-management/cluster-management/cluster-autoscaler/index.md @@ -26,9 +26,7 @@ The following examples assume the cluster you are trying to configure has an id You will find the `cluster-autoscaler-user-values` `ConfigMap` on the organization namespace of your cluster: ```text -$ export ORG=yourorg -$ export CLUSTER=123ab -$ kubectl -n $ORG get cm $CLUSTER-cluster-autoscaler-user-values +$ kubectl -n org-company get cm 123ab-cluster-autoscaler-user-values NAME DATA AGE 123ab-cluster-autoscaler-user-values 0 11m ```