mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Added ResourceModifier to Velero Documentation (#8467)
Some checks failed
Some checks failed
* Doc updated, added resourceModifier Signed-off-by: Priyansh Choudhary <im1706@gmail.com> * Updated yaml to remove Apiversion Signed-off-by: Priyansh Choudhary <im1706@gmail.com> * Updated name of configmap Signed-off-by: Priyansh Choudhary <im1706@gmail.com> * Added doc updation to main page Signed-off-by: Priyansh Choudhary <im1706@gmail.com> --------- Signed-off-by: Priyansh Choudhary <im1706@gmail.com>
This commit is contained in:
committed by
GitHub
parent
074f26539d
commit
f338e874a8
@@ -111,6 +111,11 @@ spec:
|
||||
# existingResourcePolicy specifies the restore behaviour
|
||||
# for the Kubernetes resource to be restored. Optional
|
||||
existingResourcePolicy: none
|
||||
# ResourceModifier specifies the reference to JSON resource patches
|
||||
# that should be applied to resources before restoration. Optional
|
||||
resourceModifier:
|
||||
kind: ConfigMap
|
||||
name: resource-modifier-configmap
|
||||
# Actions to perform during or post restore. The only hooks currently supported are
|
||||
# adding an init container to a pod before it can be restored and executing a command in a
|
||||
# restored pod's container. Optional.
|
||||
|
||||
@@ -111,6 +111,11 @@ spec:
|
||||
# existingResourcePolicy specifies the restore behaviour
|
||||
# for the Kubernetes resource to be restored. Optional
|
||||
existingResourcePolicy: none
|
||||
# ResourceModifier specifies the reference to JSON resource patches
|
||||
# that should be applied to resources before restoration. Optional
|
||||
resourceModifier:
|
||||
kind: ConfigMap
|
||||
name: resource-modifier-configmap
|
||||
# Actions to perform during or post restore. The only hooks currently supported are
|
||||
# adding an init container to a pod before it can be restored and executing a command in a
|
||||
# restored pod's container. Optional.
|
||||
|
||||
Reference in New Issue
Block a user