Skip to content

Commit

Permalink
MGDCTRS-1745: Enabling Label Selection feature in Camel-K (#627)
Browse files Browse the repository at this point in the history
* MGDCTRS-1745: Enabling Label Selection feature in Camel-K
---------

Co-authored-by: shivamgu <[email protected]>
  • Loading branch information
shivamG640 and Shivam-Gu authored Apr 5, 2023
1 parent 4d23224 commit 47c3e84
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ spec:
env:
- name: WATCH_NAMESPACE
valueFrom:
$patch: delete
#- name: KAMEL_OPERATOR_ID
# value: "cos-fleetshard-operator-camel"
$patch: delete
- name: KAMEL_INSTALL_DEFAULT_KAMELETS
value: "false"
- name: LOG_LEVEL
Expand All @@ -21,6 +19,8 @@ spec:
name: camel-k-override-config
key: log.level
optional: true
- name: OPERATOR_ID
value: "cos-fleetshard-operator-camel"
resources:
limits:
cpu: "1000m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ quarkus.log.category."org.bf2.cos.fleetshard.sync".level = DEBUG
quarkus.log.category."org.bf2.cos.fleetshard.client".level = DEBUG
quarkus.log.category."io.fabric8.kubernetes.client.internal.VersionUsageUtils".level = ERROR

cos.operator.camel.label-selection.enabled = false
cos.operator.camel.label-selection.enabled = true
# cos.image_pull_secrets_name =
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apiVersion: camel.apache.org/v1
kind: IntegrationPlatform
metadata:
name: camel-k
name: cos-fleetshard-operator-camel
annotations:
camel.apache.org/operator.id: "cos-fleetshard-operator-camel"
2 changes: 1 addition & 1 deletion etc/kubernetes/manifests/overlays/e2e/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ patchesStrategicMerge:
apiVersion: camel.apache.org/v1
kind: IntegrationPlatform
metadata:
name: camel-k
name: cos-fleetshard-operator-camel
patches:
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apiVersion: camel.apache.org/v1
kind: IntegrationPlatform
metadata:
name: camel-k
name: cos-fleetshard-operator-camel
annotations:
camel.apache.org/operator.id: "cos-fleetshard-operator-camel"
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apiVersion: camel.apache.org/v1
kind: IntegrationPlatform
metadata:
name: camel-k
name: cos-fleetshard-operator-camel
annotations:
camel.apache.org/operator.id: "cos-fleetshard-operator-camel"
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ quarkus.log.category."org.bf2.cos.fleetshard".level = INFO
quarkus.log.category."io.fabric8.kubernetes.client.internal.VersionUsageUtils".level = ERROR

# our properties
cos.operator.camel.label-selection.enabled = false
cos.operator.camel.label-selection.enabled = true

0 comments on commit 47c3e84

Please sign in to comment.