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

Feature Request: Allow fleet level valuesFrom #3292

Open
shane-davidson opened this issue Feb 3, 2025 · 0 comments
Open

Feature Request: Allow fleet level valuesFrom #3292

shane-davidson opened this issue Feb 3, 2025 · 0 comments

Comments

@shane-davidson
Copy link

Is your feature request related to a problem?

Allowing valuesFrom above the helm level would allow all fleet values to be pulled from secrets/configmaps allowing much greater control over the way fleet works.

We currently use valuesFrom in the following way: (we have multiple rancher instances)

  • sync the same secret to all clusters (global level config)
  • sync the same secret for each rancher instance (instance level config)
  • sync a secret per cluster (cluster level config)

with the following valuesFrom:

  valuesFrom:
    - secretKeyRef:
        name: fleet-global-values
        namespace: bundle
        key: values
    - secretKeyRef:
        name: fleet-instance-values
        namespace: bundle
        key: values
    - secretKeyRef:
        name: fleet-cluster-values
        namespace: bundle
        key: values

We would ideally like to control fleet options using some mechanism similar to the valuesFrom such as:

  • doNotDeploy
  • paused
  • namespace
  • etc

Solution you'd like

No response

Alternatives you've considered

Not sure if there is an alternative or another way to achieve this

Anything else?

No response

@rancherbot rancherbot added this to Fleet Feb 3, 2025
@github-project-automation github-project-automation bot moved this to 🆕 New in Fleet Feb 3, 2025
@kkaempf kkaempf added this to the v2.12.0 milestone Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants