Skip to content

Instantly share code, notes, and snippets.

@luszczynski
Created May 14, 2019 19:16
Show Gist options
  • Save luszczynski/721a60a9fbdf8699e69d1b4a5826f312 to your computer and use it in GitHub Desktop.
Save luszczynski/721a60a9fbdf8699e69d1b4a5826f312 to your computer and use it in GitHub Desktop.

Config Map

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment