Browse Source

fix oc volume command

pull/1/head
Nicolas Massé 8 years ago
parent
commit
2014fafafd
  1. 2
      rsyslog/README.md

2
rsyslog/README.md

@ -12,6 +12,6 @@ oc new-build https://github.com/nmasse-itix/OpenShift-Docker-Images.git --contex
``` ```
oc new-app https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir rsyslog --name rsyslog oc new-app https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir rsyslog --name rsyslog
oc volume dc openldap --add --overwrite --name=rsyslog-volume-1 -t pvc --claim-size=512Mi --claim-name=rsyslog-data oc volume dc rsyslog --add --overwrite --name=rsyslog-volume-1 -t pvc --claim-size=512Mi --claim-name=rsyslog-data --mount-path=/var/log/
``` ```

Loading…
Cancel
Save