Skip to content

Commit

Permalink
fix typo in example option flag (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhao-li committed Apr 23, 2020
1 parent 944f536 commit 6c829b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift-applier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ For roles that requires input parameters, the implementation also supports suppl
### Deprovisioning
The `openshift-applier` role also supports global deprovisioning of resources. This can be done either using `provision: false`. Setting `-e provision: false` on a run essentially acts like a big 'undo' button, re-running all files and templates through `oc delete -f <resources>`. This can be useful when you want to do a full cleanup to ensure the integrity of you IaC repo, or for simple cleanup while testing changes.
The `openshift-applier` role also supports global deprovisioning of resources. This can be done either using `provision: false`. Setting `-e provision=false` on a run essentially acts like a big 'undo' button, re-running all files and templates through `oc delete -f <resources>`. This can be useful when you want to do a full cleanup to ensure the integrity of you IaC repo, or for simple cleanup while testing changes.
### Dependencies
Expand Down

0 comments on commit 6c829b6

Please sign in to comment.