haanhvu opened a new pull request, #3185:
URL: https://github.com/apache/camel-k/pull/3185

   **Release Note**
   ```release-note
   NONE
   ```
   
   My idea of the fix is to enable spec.build.maven.settings to have multiple 
configMapKeyRef. For example:
   `
   spec:
     build:
       maven:
         settings:
           - configMapKeyRef:
               key: settings.xml
               name: maven-settings
           - configMapKeyRef:
               key: settings-security.xml
               name: maven-settings
   `
   
   @squakez can you check if this is the right direction? This is not done yet. 
But at first I need to know if this is the right direction.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to