diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-21 09:47:56 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-21 09:47:56 -0400 |
commit | 006e52034ec857aad0cd852bf991a34a14d53a9f (patch) | |
tree | a4482f3013d9410e6f8496a60bfeac537bccc713 | |
parent | a724e27225775ae0d53154b831c5abd637c9a293 (diff) | |
parent | 0573431881a72dd163719a9827c737bdfb68b8a2 (diff) | |
download | openshift-006e52034ec857aad0cd852bf991a34a14d53a9f.tar.gz openshift-006e52034ec857aad0cd852bf991a34a14d53a9f.tar.bz2 openshift-006e52034ec857aad0cd852bf991a34a14d53a9f.tar.xz openshift-006e52034ec857aad0cd852bf991a34a14d53a9f.zip |
Merge pull request #1784 from brenton/reconcile1
Only add new sccs
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml index d66ba6251..f99abfd7e 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml @@ -165,7 +165,7 @@ - name: Reconcile Security Context Constraints command: > - {{ openshift.common.admin_binary}} policy reconcile-sccs --confirm + {{ openshift.common.admin_binary}} policy reconcile-sccs --confirm --additive-only=true run_once: true - set_fact: |