Velero issue
[ealt-edge.git] / ocd / infra / playbooks / roles / velero / tasks / install.yml
index f44dd7c..d449958 100644 (file)
@@ -46,7 +46,8 @@
   when: result.stdout == ""
 
 - name: Install velero
-  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
+  # 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
   when: result.stdout == ""