You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/11 14:16:09 UTC

[GitHub] [camel-k] haanhvu commented on pull request #3185: Enable spec.build.maven.settings to have multiple configMapKeyRef

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

   > ```
   >      settings:
   >         - configMapKeyRef:
   >             key: settings.xml
   >             name: maven-settings
   > ```
   So you agree that we should turn configMapKeyRef to array type? Because currently the type of configMapKeyRef is object.
   
   > ```
   >      settingsSecurity:
   >         - secretKeyRef:
   >             key: settings-security.xml
   >             name: maven-settings-security
   > ```
   Here you mean we should do the same thing to secretKeyRef?
   For now we don't have settingsSecurity yet, right?


-- 
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-unsubscribe@camel.apache.org

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