Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 348 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 348 Bytes

oc create -f C:\P4C\Bot\TEST\secret.yaml

oc create -f C:\P4C\Bot\TEST\configmap.yaml

oc patch dc/report4c -p "{"spec": {"strategy": {"\type": "Recreate"}}}"

oc set volume deploymentconfig report4c --add --secret-name=report4c-secret --mount-path=/var/secret

oc set volume dc report4c --add --configmap-name=report4c-config -m /var/config