From: arvind.patel@huawei.com Date: Thu, 10 Dec 2020 13:34:26 +0000 (+0530) Subject: ns issue fixed X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F3986%2F1;hp=a6cdb18531c6cd9b4f31437ca04ef30c416fce71;p=ealt-edge.git ns issue fixed Signed-off-by: arvind.patel@huawei.com Change-Id: I3a19a5064a913ed2c466bd6c18596d5984a46fc0 --- diff --git a/ocd/infra/playbooks/roles/velero/tasks/install.yml b/ocd/infra/playbooks/roles/velero/tasks/install.yml index df39d4b..f44dd7c 100644 --- a/ocd/infra/playbooks/roles/velero/tasks/install.yml +++ b/ocd/infra/playbooks/roles/velero/tasks/install.yml @@ -40,7 +40,7 @@ when: result.stdout == "" - name: Create name space for velero - command: kubectl create ns + command: kubectl create ns velero ignore_errors: yes no_log: True when: result.stdout == ""