mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
feat: Remove pvc-for-tmp install arg
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat> Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
@@ -272,7 +272,6 @@ type VeleroOptions struct {
|
||||
NodeAgentConfigMap string
|
||||
ItemBlockWorkerCount int
|
||||
ConcurrentBackups int
|
||||
PVCForTmp string
|
||||
KubeletRootDir string
|
||||
NodeAgentDisableHostPath bool
|
||||
ServerPriorityClassName string
|
||||
@@ -367,10 +366,6 @@ func AllResources(o *VeleroOptions) *unstructured.UnstructuredList {
|
||||
WithConcurrentBackups(o.ConcurrentBackups),
|
||||
}
|
||||
|
||||
if o.PVCForTmp != "" {
|
||||
deployOpts = append(deployOpts, WithPVCForTmp(o.PVCForTmp))
|
||||
}
|
||||
|
||||
if o.ServerPriorityClassName != "" {
|
||||
deployOpts = append(deployOpts, WithPriorityClassName(o.ServerPriorityClassName))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user