Velero issue fixed
[ealt-edge.git] / ocd / infra / playbooks / roles / velero / tasks / install.yml
index d449958..c931bf4 100644 (file)
@@ -47,7 +47,6 @@
 
 - name: Install velero
   # yamllint disable rule:line-length
-  command: helm install vmware-tanzu/velero --namespace velero --set-file credentials.secretContents.cloud=./credentials-velero --set configuration.provider=aws --set configuration.backupStorageLocation.name= default --set configuration.backupStorageLocation.bucket=newbucket --set configuration.backupStorageLocation.config.region=minio --set configuration.volumeSnapshotLocation.name=default --set configuration.volumeSnapshotLocation.config.region=minio --set image.repository=velero/velero --set image.tag=v1.5.1 --set image.pullPolicy=IfNotPresent --set initContainers[0].name=velero-plugin-for-aws --set initContainers[0].image=velero/velero-plugin-for-aws:v1.1.0 --set initContainers[0].volumeMounts[0].mountPath=/target --set initContainers[0].volumeMounts[0].name=plugins --generate-name =velero
-  ignore_errors: yes
-  no_log: True
+  shell:
+    cmd: helm install vmware-tanzu/velero --namespace velero --set-file credentials.secretContents.cloud=./credentials-velero --set configuration.provider=aws --set configuration.backupStorageLocation.name= default --set configuration.backupStorageLocation.bucket=newbucket > --set configuration.backupStorageLocation.config.region=minio > --set configuration.volumeSnapshotLocation.name=default > --set configuration.volumeSnapshotLocation.config.region=minio > --set image.repository=velero/velero > --set image.tag=v1.5.1 > --set image.pullPolicy=IfNotPresent> --set initContainers[0].name=velero-plugin-for-aws > --set initContainers[0].image=velero/velero-plugin-for-aws:v1.1.0 > --set initContainers[0].volumeMounts[0].mountPath=/target > --set initContainers[0].volumeMounts[0].name=plugins --generate-name =velero
   when: result.stdout == ""