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 2022/03/30 06:38:19 UTC

[GitHub] [camel-k] desirekaleba commented on a change in pull request #3150: add k8s labels to deployment service

desirekaleba commented on a change in pull request #3150:
URL: https://github.com/apache/camel-k/pull/3150#discussion_r838169439



##########
File path: config/manager/operator-deployment.yaml
##########
@@ -22,6 +22,10 @@ metadata:
   labels:
     app: "camel-k"
     camel.apache.org/component: operator
+    name: camel-k-operator
+    app.kubernetes.io/component: operator
+    app.kubernetes.io/name: camel-k
+    app.kubernetes.io/version: "1.8.2"

Review comment:
       @claudio4j, I am thinking about tweaking it with the following `"${VERSION}"`. Do I need to import anything to have access to Makefile variables?




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