From 99cb47242dea70c5effd5571c5bebef70b900e10 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 27 Dec 2023 19:05:00 +0100 Subject: [PATCH] apps(velero): Enable node agent --- apps/velero/app/20_release.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/velero/app/20_release.yaml b/apps/velero/app/20_release.yaml index db507c9..f411754 100644 --- a/apps/velero/app/20_release.yaml +++ b/apps/velero/app/20_release.yaml @@ -20,13 +20,8 @@ spec: metrics: serviceMonitor: enabled: true + deployNodeAgent: true initContainers: - - name: velero-plugin-for-csi - image: velero/velero-plugin-for-csi:v0.6.0 - imagePullPolicy: IfNotPresent - volumeMounts: - - mountPath: /target - name: plugins - name: velero-plugin-for-aws image: velero/velero-plugin-for-aws:v1.8.0 imagePullPolicy: IfNotPresent