Skip to content

Commit

Permalink
Small flag deprecation fix
Browse files Browse the repository at this point in the history
Signed-off-by: Carlisia <[email protected]>
  • Loading branch information
Carlisia committed Mar 23, 2020
1 parent 418f831 commit 5865204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design/cli-install-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Flags moved to...
--backup-location-config mapStringString configuration to use for the backup storage location. Format is key1=value1,key2=value2
--bucket string name of the object storage bucket where backups should be stored
--prefix string prefix under which all Velero data should be stored within the bucket. Optional.
--dry-run generate resources, but don't send them to the cluster. Use with -o. Optional.
```

...`snapshot-location create`
Expand All @@ -229,6 +230,7 @@ Flags moved to...
--provider string provider name for backup and volume storage
--no-secret flag indicating if a secret should be created. Must be used as confirmation if --secret-file is not provided. Optional.
--secret-file string file containing credentials for backup and volume provider. If not specified, --no-secret must be used for confirmation. Optional.
--dry-run generate resources, but don't send them to the cluster. Use with -o. Optional.
```

...`restic`
Expand Down

0 comments on commit 5865204

Please sign in to comment.