k0pper commented 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org