oc create configmap app-config-file --from-file=app-config-file.php=/root/projects/app-config-file.php -n myapp
oc set volumes dc/myapp --add --mount-path=/tmp/configfile --configmap-name=app-config-file --type=configmap -n myapp
Created
May 14, 2019 19:16
-
-
Save luszczynski/721a60a9fbdf8699e69d1b4a5826f312 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment