configmapcontroller
configmapcontroller copied to clipboard
Multiple ConfigMaps
Hello,
Does this support monitoring multiple ConfigMaps?
yes, you need to add them comma separated in your annotation
annotation is limited to 64 characters, but we need more, is there any other way?
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.