summaryrefslogtreecommitdiffstats
path: root/docs/proposals/role_decomposition.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-07 13:53:36 -0500
committerGitHub <noreply@github.com>2017-12-07 13:53:36 -0500
commit37ffebc86cd4fe89373542285b40d92f61696270 (patch)
tree87ccd2572fd46d9934085bc871ac2705049d04af /docs/proposals/role_decomposition.md
parent65cb13e74918d74cb9e8d4854f271a4d35177ad2 (diff)
parent13ca9bbd624b334cab6a7403764e9bba110fc8b3 (diff)
downloadopenshift-37ffebc86cd4fe89373542285b40d92f61696270.tar.gz
openshift-37ffebc86cd4fe89373542285b40d92f61696270.tar.bz2
openshift-37ffebc86cd4fe89373542285b40d92f61696270.tar.xz
openshift-37ffebc86cd4fe89373542285b40d92f61696270.zip
Merge pull request #6380 from sdodson/oc-adm
Remove all uses of openshift.common.admin_binary
Diffstat (limited to 'docs/proposals/role_decomposition.md')
-rw-r--r--docs/proposals/role_decomposition.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/proposals/role_decomposition.md b/docs/proposals/role_decomposition.md
index 6434e24e7..37d080d5c 100644
--- a/docs/proposals/role_decomposition.md
+++ b/docs/proposals/role_decomposition.md
@@ -262,7 +262,7 @@ dependencies:
- name: "Create logging project"
command: >
- {{ openshift.common.admin_binary }} --config={{ mktemp.stdout }}/admin.kubeconfig new-project {{openshift_logging_namespace}}
+ {{ openshift.common.client_binary }} adm --config={{ mktemp.stdout }}/admin.kubeconfig new-project {{openshift_logging_namespace}}
when: not ansible_check_mode and "not found" in logging_project_result.stderr
- name: Create logging cert directory