From 80a8742188aad435019852b63e41fc1185304748 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 6 Apr 2025 15:07:02 +0200 Subject: [PATCH] aws velero --- velero/main.yaml | 7 +++++++ velero/src/values.yaml | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/velero/main.yaml b/velero/main.yaml index 4d01193..bbb43bb 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3574,6 +3574,13 @@ spec: - mountPath: /scratch name: scratch dnsPolicy: ClusterFirst + initContainers: + - image: velero/velero-plugin-for-aws:v1.11.0 + imagePullPolicy: IfNotPresent + name: velero-plugin-for-aws + volumeMounts: + - mountPath: /target + name: plugins restartPolicy: Always serviceAccountName: velero-server terminationGracePeriodSeconds: 3600 diff --git a/velero/src/values.yaml b/velero/src/values.yaml index 8a627c5..ab87d12 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -105,12 +105,12 @@ dnsPolicy: ClusterFirst # Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required. # If the value is a string then it is evaluated as a template. initContainers: - # - name: velero-plugin-for-aws - # image: velero/velero-plugin-for-aws:v1.10.0 - # imagePullPolicy: IfNotPresent - # volumeMounts: - # - mountPath: /target - # name: plugins + - name: velero-plugin-for-aws + image: velero/velero-plugin-for-aws:v1.11.0 + imagePullPolicy: IfNotPresent + volumeMounts: + - mountPath: /target + name: plugins # SecurityContext to use for the Velero deployment. Optional. # Set fsGroup for `AWS IAM Roles for Service Accounts`