From 5f6c6590ff2746ec6e21e28dc6f73d22fa9785ff Mon Sep 17 00:00:00 2001 From: Amit Patil <158708202+AmitPatil05@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:33:34 +0530 Subject: [PATCH] bug:TriggersAnnotationEnricher should not execute in PlatformMode.kubernetes #2623 Removed the annotations correctly. --- .../it/src/it/triggersannotation/expected/kubernetes.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gradle-plugin/it/src/it/triggersannotation/expected/kubernetes.yml b/gradle-plugin/it/src/it/triggersannotation/expected/kubernetes.yml index 9e500e7011..499b2ea4fe 100644 --- a/gradle-plugin/it/src/it/triggersannotation/expected/kubernetes.yml +++ b/gradle-plugin/it/src/it/triggersannotation/expected/kubernetes.yml @@ -9,13 +9,6 @@ items: jkube.eclipse.org/git-url: "@ignore@" jkube.eclipse.org/git-commit: "@ignore@" jkube.eclipse.org/git-branch: "@ignore@" - [ { - "from" : { - "kind" : "ImageStreamTag", - "name" : "triggersannotation:latest" - }, - "fieldPath" : "spec.template.spec.containers[?(@.name==\"orgeclipsejkubeintegrationtestsgradle-triggersannotation\")].image" - } ] labels: app: triggersannotation provider: jkube