tadayosi commented on issue #3415:
URL: https://github.com/apache/camel-k/issues/3415#issuecomment-1175792056
@benczekristof Ah ok, so `pod-monitor-labels` should be used only for cli
parameters. For JSON or YAML, it should be `podMonitorLabels`. So your
IntegrationPlatform should be like:
```
apiVersion: camel.apache.org/v1
kind: IntegrationPlatform
metadata:
name: camel-k
namespace: kristof-test
spec:
traits:
prometheus:
configuration:
enabled: true
podMonitorLabels:
- release=kube-prometheus-stack
```
Could you try this and see how it goes?
--
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]