mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 22:48:07 +01:00
Fix typos.
This commit is contained in:
parent
bf35b09998
commit
9487406fc3
2 changed files with 6 additions and 6 deletions
19
openshift/README.md
Normal file
19
openshift/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Wekan on OpenShift
|
||||
|
||||
OpenShift Template for Wekan backed by MongoDB
|
||||
|
||||
#### Create Template
|
||||
```sh
|
||||
oc create -f wekan.yml
|
||||
```
|
||||
|
||||
#### Delete Instance Resources
|
||||
Clean up all resources created. Note label filters assume single instance of template deployed in the current namespace.
|
||||
|
||||
```sh
|
||||
oc delete all -l app=wekan
|
||||
oc delete pods -l app=wekan
|
||||
oc delete persistentvolumeclaim -l app=wekan
|
||||
oc delete serviceaccount -l app=wekan
|
||||
oc delete secret -l app=wekan
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue