astefanutti commented on issue #3137:
URL: https://github.com/apache/camel-k/issues/3137#issuecomment-1080713986
@desirekaleba,
For the Camel K operator, the following labels are currently defined:
```yaml
labels:
name: camel-k-operator
camel.apache.org/component: operator
app: "camel-k"
```
we could add the recommended ones that hold the same semantic, e.g.:
```yaml
labels:
name: camel-k-operator
camel.apache.org/component: operator
app.kubernetes.io/component: operator
app: "camel-k"
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "1.8.2"
```
These labels are to be updated in
https://github.com/apache/camel-k/blob/main/config/manager/operator-deployment.yaml.
Then there are other places, in the code, that will have to be updated, and
you can be find by searching for the label names.
--
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]