Skip to content

Commit dd74657

Browse files
authored
Merge pull request #15172 from openshift-cherrypick-robot/cherry-pick-15169-to-enterprise-3.11
[enterprise-3.11] bug 1686775 - Typo in Example #1
2 parents 155db20 + 96601e4 commit dd74657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev_guide/pod_autoscaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
scaleTargetRef:
126126
kind: DeploymentConfig <2>
127127
name: frontend <3>
128-
apiVersion: apps/v1 <4>
128+
apiVersion: apps.openshift.io/v1 <4>
129129
subresource: scale
130130
minReplicas: 1 <5>
131131
maxReplicas: 10 <6>
@@ -153,7 +153,7 @@ metadata:
153153
name: hpa-resource-metrics-cpu <1>
154154
spec:
155155
scaleTargetRef:
156-
apiVersion: apps/v1 <2>
156+
apiVersion: apps.openshift.io/v1 <2>
157157
kind: ReplicationController <3>
158158
name: hello-hpa-cpu <4>
159159
minReplicas: 1 <5>

0 commit comments

Comments
 (0)