From 2497e6b4442e1e88258d2f2f6857c54316dbafb7 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:11:44 -0500 Subject: [PATCH] Modify Konflux config for migration Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- .tekton/config-policy-controller-acm-210-pull-request.yaml | 3 --- .tekton/config-policy-controller-acm-210-push.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.tekton/config-policy-controller-acm-210-pull-request.yaml b/.tekton/config-policy-controller-acm-210-pull-request.yaml index 98d3c780..b0f72bd5 100644 --- a/.tekton/config-policy-controller-acm-210-pull-request.yaml +++ b/.tekton/config-policy-controller-acm-210-pull-request.yaml @@ -125,9 +125,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES) tasks: - name: init params: diff --git a/.tekton/config-policy-controller-acm-210-push.yaml b/.tekton/config-policy-controller-acm-210-push.yaml index 03ecf212..3af381e7 100644 --- a/.tekton/config-policy-controller-acm-210-push.yaml +++ b/.tekton/config-policy-controller-acm-210-push.yaml @@ -122,9 +122,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES) tasks: - name: init params: