diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-03-13 11:21:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 11:21:50 -0400 |
commit | 4b3443c50957564ef24a405b51bac778fdc331a7 (patch) | |
tree | 3d99163ac341c732d424e5b033c2fe0eb4dc03fd /playbooks/common/openshift-cluster | |
parent | 608b6debb28d9b477d21cd78f01d0bfbcd04cd01 (diff) | |
parent | dcb7809f19aa12dca97565eeaeaa83e769cb91bd (diff) | |
download | openshift-4b3443c50957564ef24a405b51bac778fdc331a7.tar.gz openshift-4b3443c50957564ef24a405b51bac778fdc331a7.tar.bz2 openshift-4b3443c50957564ef24a405b51bac778fdc331a7.tar.xz openshift-4b3443c50957564ef24a405b51bac778fdc331a7.zip |
Merge pull request #3637 from sdodson/typo
Fix typo
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml b/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml index fb79f898f..ae63c9ca9 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml @@ -59,7 +59,7 @@ migrating to StatefulSets, run this command as a user with cluster-admin privileges: - $ oc get petsets --all-namespaces -o yaml | oc delete -f - --cascale=false + $ oc get petsets --all-namespaces -o yaml | oc delete -f - --cascade=false when: # Search did not fail, valid resource type found - l_do_petsets_exist.results.returncode == 0 |