configmapcontroller icon indicating copy to clipboard operation
configmapcontroller copied to clipboard

Multiple ConfigMaps

Open igoratencompass opened this issue 7 years ago • 3 comments

Hello,

Does this support monitoring multiple ConfigMaps?

igoratencompass avatar Feb 01 '18 01:02 igoratencompass

yes, you need to add them comma separated in your annotation

gralfca avatar Mar 15 '18 15:03 gralfca

annotation is limited to 64 characters, but we need more, is there any other way?

swaykg avatar Sep 23 '19 17:09 swaykg

Annotations are not limited to 64 characters. Consider the following:

kubectl create ns xxx kubectl -n xxx run nginx --image=nginx kubectl -n xxx annotate deploy nginx yyy=0123456789012345678901234567890123456789012345678901234567890123456789

In this case, the annotation is 70 characters. This works in my clusters.

gralfca avatar Sep 23 '19 17:09 gralfca