Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add multiple plugin in the charts #605

Open
WRKT opened this issue Jul 22, 2024 · 0 comments
Open

How to add multiple plugin in the charts #605

WRKT opened this issue Jul 22, 2024 · 0 comments

Comments

@WRKT
Copy link

WRKT commented Jul 22, 2024

Hello,
I am currently developping a custom restoreItemAction for velero to solve one of my problem, and I have a question of how can I add it to the current values without impacting the provider plugin:

initContainers:
          - name: velero-plugin-for-aws
            image: velero/velero-plugin-for-aws:v1.9.0
            imagePullPolicy: IfNotPresent
            volumeMounts:
              - mountPath: /target
                name: plugins
          - name: velero-custom-plugins
            image: registry/velero/velero-custom-plugins:1.0
            imagePullPolicy: IfNotPresent
            volumeMounts:
              - mountPath: /target
                name: custom-plugins
extraVolumes:
          - custom-plugins

Will this override the velero plugin for aws ? or am I doing right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant