[ https://issues.apache.org/jira/browse/CAMEL-21932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17953350#comment-17953350 ]
Jiri Simek commented on CAMEL-21932: ------------------------------------ Yes, I created a secret and a config map in the Kubernetes namespace and set up these properties for the camel app: camel.main.context-reload-enabled=true camel.vault.kubernetes.refreshEnabled=true camel.vault.kubernetescm.refreshEnabled=true camel.vault.kubernetes.secrets=<secret name> camel.vault.kubernetescm.configmaps=<config map name> > Kubernetes Secrets and Config maps context reloading doesn't work together > -------------------------------------------------------------------------- > > Key: CAMEL-21932 > URL: https://issues.apache.org/jira/browse/CAMEL-21932 > Project: Camel > Issue Type: Bug > Components: camel-kubernetes > Affects Versions: 4.10.0 > Environment: camel.main.context-reload-enabled=true > camel.vault.kubernetes.refreshEnabled=true > camel.vault.kubernetescm.refreshEnabled=true > camel.vault.kubernetes.secrets=<secret name> > camel.vault.kubernetescm.configmaps=<config map name> > Reporter: Jiri Simek > Assignee: Andrea Cosentino > Priority: Minor > Fix For: 4.x > > > camel-kubernetes context reloading works on updates when it is set to track > either config map or a secret, but not both. > When you set variables to check for updates on both resources, it only > triggers context reaload after secret update but doesn't reload after config > map update > -- This message was sent by Atlassian Jira (v8.20.10#820010)