k0pper commented on issue #3027:
URL: https://github.com/apache/camel-k/issues/3027#issuecomment-1047609367
By the way, this is my installation command I use for installing Camel K
1.8.0
```
REGISTRY_ADDRESS=$(kubectl -n kube-system get service registry -o
jsonpath='{.spec.clusterIP}')
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:k0pper/custom-kamelets/kamelets" \
--set "platform.traits.prometheus.configuration.enabled=true" \
--set "platform.traits.prometheus.configuration.podMonitor=false" \
--version 0.9.0 \
camel-k/camel-k
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]