From 5ca4917bf4ebd8cd408aa59fb4456da0c3a8d6d8 Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Tue, 4 Jul 2023 15:14:42 +0100 Subject: [PATCH] Fix app properties service account reference --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 02fead5..a2748bb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -78,7 +78,7 @@ quarkus.arc.remove-unused-beans=false ########################################## tekton.pipeline.ref=osh-client-from-source tekton.task.ref=osh-scan-task -tekton.service-account=${%stage.quarkus.openshift.service-account} +tekton.service-account=${quarkus.openshift.service-account}