oscerd commented on code in PR #15422:
URL: https://github.com/apache/camel/pull/15422#discussion_r1743244428


##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json:
##########
@@ -349,6 +350,8 @@
     { "name": "camel.vault.gcp.secrets", "description": "Specify the secret 
names (or pattern) to check for updates. Multiple secrets can be separated by 
comma.", "sourceType": "org.apache.camel.vault.GcpVaultConfiguration", "type": 
"string", "javaType": "java.lang.String" },
     { "name": "camel.vault.gcp.serviceAccountKey", "description": "The Service 
Account Key location", "sourceType": 
"org.apache.camel.vault.GcpVaultConfiguration", "type": "string", "javaType": 
"java.lang.String" },
     { "name": "camel.vault.gcp.subscriptionName", "description": "Define the 
Google Pubsub subscription Name to be used when checking for updates", 
"sourceType": "org.apache.camel.vault.GcpVaultConfiguration", "type": "string", 
"javaType": "java.lang.String" },
-    { "name": "camel.vault.gcp.useDefaultInstance", "description": "Define if 
we want to use the GCP Client Default Instance or not", "sourceType": 
"org.apache.camel.vault.GcpVaultConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": "false" }
+    { "name": "camel.vault.gcp.useDefaultInstance", "description": "Define if 
we want to use the GCP Client Default Instance or not", "sourceType": 
"org.apache.camel.vault.GcpVaultConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": "false" },
+    { "name": "camel.vault.kubernetes.refreshEnabled", "description": "Whether 
to automatically reload Camel upon secrets being updated in Kubernetes 
Cluster.", "sourceType": "org.apache.camel.vault.KubernetesVaultConfiguration", 
"type": "boolean", "javaType": "boolean", "defaultValue": "false" },

Review Comment:
   To be aligned with the other it should be false, but I agree that this task 
doesn't make sense without refresh



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to