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 2021/11/22 12:44:43 UTC

[GitHub] [camel-k] k0pper edited a comment on issue #2765: How to use a custom Kamelet Repository?

k0pper edited a comment on issue #2765:
URL: https://github.com/apache/camel-k/issues/2765#issuecomment-975484604


   Update: The command `helm install --namespace camel-k --create-namespace --generate-name --set platform.build.registry.address=${REGISTRY_ADDRESS} --set platform.build.registry.insecure=true --set "platform.kamelet.repositories[0].uri=github.com/k0pper/custom-kamelets" camel-k/camel-k` worked and the repository is set inside the IntegrationPlatform.yaml inside the cluster, but when I view the Kamelets inside the cluster I still have the default Kamelets from the default repository **without** the custom one
   
   ```
   ~ ➤ k get kamelet -n camel-k
   NAME                               PHASE
   avro-deserialize-action            Ready
   avro-serialize-action              Ready
   aws-cloudwatch-sink                Ready
   aws-ddb-streams-source             Ready
   aws-ec2-sink                       Ready
   (...)
   ```
   


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