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

managing rolloutRestartTargets with dynamic/changing names #965

Open
ninjaDave333 opened this issue Nov 6, 2024 · 0 comments
Open

managing rolloutRestartTargets with dynamic/changing names #965

ninjaDave333 opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ninjaDave333
Copy link

Is your feature request related to a problem? Please describe.
each time we update a deployment or configmap its name is being updated, we add the update number to its name, for example:

rolloutRestartTargets:
  - kind: Deployment
    name: mydeploy-00014-deployment

this is making it impossible to add these deployments to the "rolloutRestartTargets"

Describe the solution you'd like
i would like to:

  • have the option to add a wildcard to the name like: mydeploy-*-deployment
  • have an alternate way to mark specific deployments/configmaps/etc for rollout somehow, mybe via tags or labels.

Describe alternatives you've considered
I understand that reloader can automatically trigger restarts/rollouts by watching labels.

Additional context
i would like to keep using the official Hashicorp operator, and cannot change my convention of deployment names.

thanks.

@ninjaDave333 ninjaDave333 added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant