squakez commented on PR #3185:
URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1095098427

   I think the correct way to proceed would be to have:
   ```
   spec:
     build:
       maven:
        settings:
           - configMapKeyRef:
               key: settings.xml
               name: maven-settings
        settingsSecurity:
           - secretKeyRef:
               key: settings-security.xml
               name: maven-settings-security
   ```
   We need to put in place what is described in 
https://maven.apache.org/guides/mini/guide-encryption.html and/or allowing the 
final user to provide such `settings-security.xml` during installation phase.


-- 
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