This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit dc33878781461ec5af2ef34674aa9cba28b032e4 Author: Desire Kaleba <[email protected]> AuthorDate: Tue Mar 29 16:25:50 2022 +0300 add k8s labels to deployment service --- config/manager/operator-deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml index f788171..7c3fbcb 100644 --- a/config/manager/operator-deployment.yaml +++ b/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" spec: replicas: 1 strategy: @@ -35,6 +39,9 @@ spec: name: camel-k-operator camel.apache.org/component: operator app: "camel-k" + app.kubernetes.io/component: operator + app.kubernetes.io/name: camel-k + app.kubernetes.io/version: "1.8.2" spec: serviceAccountName: camel-k-operator containers:
