-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MGDCTRS-1745: Enabling Label Selection feature in Camel-K (#627)
* MGDCTRS-1745: Enabling Label Selection feature in Camel-K --------- Co-authored-by: shivamgu <[email protected]>
- Loading branch information
1 parent
4d23224
commit 47c3e84
Showing
7 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
etc/kubernetes/manifests/overlays/dev/camel-k/integration-platform.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
etc/kubernetes/manifests/overlays/local/camel-k/integration-platform.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
4 changes: 3 additions & 1 deletion
4
etc/kubernetes/manifests/overlays/staging/camel-k/integration-platform.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters