Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ Below are some samples of DPA configurations for the mentioned platforms
credential:
key: cloud
name: cloud-credentials
snapshotLocations:
- velero:
provider: aws
config:
region: us-east-1
profile: "volumeSnapshot"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down Expand Up @@ -141,15 +132,6 @@ Below are some samples of DPA configurations for the mentioned platforms
key: cloud
name: cloud-credentials
default: true
snapshotLocations:
- velero:
provider: aws
config:
region: minio
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down Expand Up @@ -187,15 +169,6 @@ Below are some samples of DPA configurations for the mentioned platforms
credential:
key: cloud
name: cloud-credentials
snapshotLocations:
- velero:
provider: aws
config:
region: minio
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down
44 changes: 4 additions & 40 deletions docs/content/how-to/disaster-recovery/backup-and-restore-oadp.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ Below are some samples of DPA configurations for the mentioned platforms
key: cloud
name: cloud-credentials
default: true
snapshotLocations:
- velero:
provider: aws
config:
region: minio
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand All @@ -91,7 +82,7 @@ Below are some samples of DPA configurations for the mentioned platforms
- csi
customPlugins:
- name: hypershift-oadp-plugin
image: quay.io/redhat-user-workloads/ocp-art-tenant/oadp-hypershift-oadp-plugin-main:main
image: quay.io/konveyor/hypershift-oadp-plugin:latest
resourceTimeout: 2h
```

Expand Down Expand Up @@ -120,15 +111,6 @@ Below are some samples of DPA configurations for the mentioned platforms
credential:
key: cloud
name: cloud-credentials
snapshotLocations:
- velero:
provider: aws
config:
region: us-east-1
profile: "volumeSnapshot"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand All @@ -140,7 +122,7 @@ Below are some samples of DPA configurations for the mentioned platforms
- csi
customPlugins:
- name: hypershift-oadp-plugin
image: quay.io/redhat-user-workloads/ocp-art-tenant/oadp-hypershift-oadp-plugin-main:main
image: quay.io/konveyor/hypershift-oadp-plugin:latest
resourceTimeout: 2h
```

Expand Down Expand Up @@ -169,15 +151,6 @@ Below are some samples of DPA configurations for the mentioned platforms
bucket: example-oadp
prefix: backup-objects
provider: aws
snapshotLocations:
- velero:
provider: aws
config:
region: region-one
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand All @@ -190,7 +163,7 @@ Below are some samples of DPA configurations for the mentioned platforms
- csi
customPlugins:
- name: hypershift-oadp-plugin
image: quay.io/redhat-user-workloads/ocp-art-tenant/oadp-hypershift-oadp-plugin-main:main
image: quay.io/konveyor/hypershift-oadp-plugin:latest
resourceTimeout: 2h
```

Expand Down Expand Up @@ -221,15 +194,6 @@ Below are some samples of DPA configurations for the mentioned platforms
bucket: example-oadp
prefix: backup-objects
provider: aws
snapshotLocations:
- velero:
provider: aws
config:
region: region-one
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand All @@ -242,7 +206,7 @@ Below are some samples of DPA configurations for the mentioned platforms
- csi
customPlugins:
- name: hypershift-oadp-plugin
image: quay.io/redhat-user-workloads/ocp-art-tenant/oadp-hypershift-oadp-plugin-main:main
image: quay.io/konveyor/hypershift-oadp-plugin:latest
resourceTimeout: 2h
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ spec:
key: cloud
name: cloud-credentials
default: true
snapshotLocations:
- velero:
provider: aws
config:
region: minio
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down
9 changes: 0 additions & 9 deletions docs/content/how-to/disaster-recovery/platform-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ spec:
credential:
key: cloud
name: cloud-credentials
snapshotLocations:
- velero:
provider: aws
config:
region: us-east-1
profile: "volumeSnapshot"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ spec:
bucket: example-oadp
prefix: backup-objects
provider: aws
snapshotLocations:
- velero:
provider: aws
config:
region: region-one
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ spec:
credential:
key: cloud
name: cloud-credentials
snapshotLocations:
- velero:
provider: aws
config:
region: minio
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
Expand Down
Loading
Loading