Spring Boot deployed on EKS not picking value from ConfigMap.?

I have developed a spring boot application and deployed on EKS and try to override application.properties by using configMap, But its not picking value from config map.

spring.boot version : 2.4.2

How can I resolve it?

@naks any help on this regard?