mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-02 04:14:28 +07:00
feat(external/velero): add AWS plugin via init container
This commit is contained in:
parent
78979cae97
commit
69f1abefac
6
external/velero/values.yaml
vendored
6
external/velero/values.yaml
vendored
@ -1,3 +1,9 @@
|
||||
velero:
|
||||
configuration:
|
||||
provider: aws
|
||||
initContainers:
|
||||
- name: velero-plugin-for-aws
|
||||
image: velero/velero-plugin-for-aws:v1.3.0
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
name: plugins
|
||||
|
Loading…
Reference in New Issue
Block a user