flagger
flagger copied to clipboard
BinaryData is not create and tracked in Configmap.
Describe the bug
Hi, not sure if it is a bug or an intentional thing.
The config tracker seems only to watch and promote the change on data for configmaps.
We are hitting a few issues when having the BinaryData section in the configmap.
- Any changes in
BinaryDatawill not trigger a canary analysis. - Any configmap promotion will remove the
BinaryDatain the primary configmap.
Could anyone please help to confirm this is a bug or a feature miss? If so, I am more than happy to contribute on this. Thank you!
To Reproduce
- Create a config map with both
BinaryDataanddata. TheBinaryDatawill not be created in the primary configmap.
Expected behavior
- Any changes in
BinaryDatashould also be monitored and promoted to the primary configmap.
A clear and concise description of what you expected to happen.
Additional context
- Flagger version: I am using v1.37, but from the source code, I think it is on all versions.