From 979caf7b697d59ff2452d47728a827d516fc7701 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 5 Aug 2019 13:37:19 +0200 Subject: Add the required dashes in yaml files deploy-scenario:k8-calico-nofeature installer-type:osh Change-Id: I0423ab27186316d40c93cce847d7cb9fa7308df1 Signed-off-by: Manuel Buil --- xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml') diff --git a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml index 7e2a52ab..b31dc706 100644 --- a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml +++ b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml @@ -1,3 +1,4 @@ +--- - name: Set kubernetes service account permissions command: "kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default" changed_when: false -- cgit 1.2.3-korg