Valid EX280 Dumps shared by EduDump.com for Helping Passing EX280 Exam! EduDump.com now offer the newest EX280 exam dumps, the EduDump.com EX280 exam questions have been updated and answers have been corrected get the newest EduDump.com EX280 dumps with Test Engine here:
Create Secret with Name Magic in Math Project Task information Details: Create a secret named magic in the math project that stores MYSQL_ROOT_PASSWORD=redhat .
Correct Answer:
See the solution below in Explanation. Explanation: Solution: * Switch to the math project: oc project math * Create the secret: oc create secret generic magic --from-literal=MYSQL_ROOT_PASSWORD=redhat * Verify: oc get secret magic oc describe secret magic Note: * The uploaded lab text contains a typo --from-listeral; the valid option is --from-literal. * The output in the lab also appears inconsistent. The intended secret name is magic . This task checks secret creation and secure configuration data handling.