Skip to content

Commit

Permalink
Merge branch 'master' into dir-structure-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishSr committed Feb 1, 2022
2 parents f787c8f + fbab17b commit 6f8995b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- DEFAULT_BRANCH: master
- DOCKERFILE: Dockerfile
- DOCKER_CLI_EXPERIMENTAL: enabled
- GOPROXY: https://goproxy.io,direct
- GOPROXY: https://proxy.golang.org,https://goproxy.io,direct

before_install:
- |
Expand Down
4 changes: 2 additions & 2 deletions docs/config/bsl_and_vsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Configure Backup Storage Locations and Volume Snapshot Locations

For configuring the `backupStorageLocations` and the `volumeSnapshotLocations`
we will be using the `backupLocations.Velero` and the `volumeSnapshots.Velero`
we will be using the `backupLocations.Velero` and the `snapshotLocations.Velero`
specs respectively in the `oadp_v1alpha1_dpa.yaml` file during the deployment.

For instance, If we want to configure `aws` for `backupStorageLocations` as
Expand Down Expand Up @@ -38,7 +38,7 @@ spec:
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down
2 changes: 1 addition & 1 deletion docs/config/custom_plugin_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down
2 changes: 1 addition & 1 deletion docs/config/self_signed_certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down
6 changes: 3 additions & 3 deletions docs/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ your `BackupStorageLocation` must provide a custom secret name.
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down Expand Up @@ -160,7 +160,7 @@ spec:
credential:
name: my-custom-name
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/stateful.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down
2 changes: 1 addition & 1 deletion docs/install_olm.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
credential:
name: cloud-credentials
key: cloud
volumeSnapshots:
snapshotLocations:
- name: default
velero:
provider: aws
Expand Down

0 comments on commit 6f8995b

Please sign in to comment.