Pass variable to image policy via markers ? #5687
Unanswered
bdoublet91
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a specific usecase about the feature branch deployement.
The idea is that the dev will create a feature branch named feature/rbac and versionned it 1.4.0-rbac.1.
Also I would have an imagePolicies test-feature
And a marker in my values.yaml in order to update automatically the values.yaml when a new incremental rbac image is trigger:
For now the setup is working but it's not dynamic at all. If a new dev create a feature branch toto, I have to create another Image Policies, change the pattern, redeploy flux, change marker (for each dev feature) ...
Do you have a way to create a dynamic ImagePolicy with a variable or something that come from marker like:
I quite understand that an image policy only trigger one image at a time so maybe it' s not possible by design ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions