You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 BinaryData will not trigger a canary analysis.
Any configmap promotion will remove the BinaryData in 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 BinaryData and data. The BinaryData will not be created in the primary configmap.
Expected behavior
Any changes in BinaryData should 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.
The text was updated successfully, but these errors were encountered:
MengjiaLiang
changed the title
BinaryData is not create tracked in Configmap.
BinaryData is not create and tracked in Configmap.
Mar 9, 2025
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.BinaryData
will not trigger a canary analysis.BinaryData
in 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
BinaryData
anddata
. TheBinaryData
will not be created in the primary configmap.Expected behavior
BinaryData
should also be monitored and promoted to the primary configmap.A clear and concise description of what you expected to happen.
Additional context
The text was updated successfully, but these errors were encountered: