Update default TTL to 30 days

Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
Nolan Brubaker
2017-11-14 14:39:54 -05:00
parent 9996eec6be
commit 194d21c6a3
6 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ ark backup create NAME [flags]
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--ttl duration how long before the backup can be garbage collected (default 24h0m0s)
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
```
### Options inherited from parent commands

View File

@@ -26,7 +26,7 @@ ark create backup NAME [flags]
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--ttl duration how long before the backup can be garbage collected (default 24h0m0s)
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
```
### Options inherited from parent commands

View File

@@ -27,7 +27,7 @@ ark create schedule NAME [flags]
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--ttl duration how long before the backup can be garbage collected (default 24h0m0s)
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
```
### Options inherited from parent commands

View File

@@ -27,7 +27,7 @@ ark schedule create NAME [flags]
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--ttl duration how long before the backup can be garbage collected (default 24h0m0s)
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
```
### Options inherited from parent commands