Bug 1490809

Summary: Tutorial wrong deployment config name
Product: OpenShift Container Platform Reporter: Sal Incandela <sincande>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED CANTFIX QA Contact: Vikram Goyal <vigoyal>
Severity: unspecified Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: unspecifiedCC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-19 13:17:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sal Incandela 2017-09-12 09:33:13 UTC
Document URL: https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_jboss_enterprise_application_platform_for_openshift/tutorials

Section Number and Name: CHAPTER 3. TUTORIALS

Describe the issue: 
Wrong deployment config name
$ oc scale dc eap-demo --replicas=3

Suggestions for improvement: 
Change it into 
$ oc scale dc jboss-eap-quickstarts --replicas=3

Additional information: