Skip to content

Commit

Permalink
fix(velero): drop the CSI plugin (#2891)
Browse files Browse the repository at this point in the history
Since 3ae3e17, we upgraded the Velero chart to v7 but this requires us to drop the CSI plugin. Without this change, velero is crashlooping due to a duplicat plugin registration
  • Loading branch information
TPXP authored Aug 2, 2024
1 parent e2a02c1 commit aafbce4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/aws/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ initContainers:
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.7.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
VALUES

}
Expand Down

0 comments on commit aafbce4

Please sign in to comment.