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

Allow extraEnvVars that use valueFrom #633

Open
ejstreet opened this issue Dec 20, 2024 · 0 comments
Open

Allow extraEnvVars that use valueFrom #633

ejstreet opened this issue Dec 20, 2024 · 0 comments
Labels
good first issue Good for newcomers velero

Comments

@ejstreet
Copy link

Describe the problem/challenge you have
The chart as it is currently configured does not allow passing extraEnvVars that use a valueFrom, it enforces name and value inputs only using a range.

Describe the solution you'd like
Allow the extraEnvVars to support all valid env inputs e.g.

extraEnvVars:
  - name: MY_VAR_FROM_FIELD_REF
    valueFrom:
      fieldRef:
        fieldPath: metadata.labels['my_label']

Environment:

  • helm version: 3
  • helm chart version and app version: 8.1.0/1.15.0
  • Kubernetes version: 1.31
@jenting jenting added good first issue Good for newcomers velero labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers velero
Projects
None yet
Development

No branches or pull requests

2 participants