From 1aa02fcc39dcbce777013a25e128ca6da243aeee Mon Sep 17 00:00:00 2001 From: Auri Munoz Date: Mon, 6 May 2024 12:02:29 +0200 Subject: [PATCH] Disable service monitor generation --- .github/workflows/push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 310f6fca..3218f12b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -3,7 +3,7 @@ name: Primaza Push Build on: workflow_dispatch: push: - branches: [ main ] + branches: [ main, fix-service-monitor-error ] paths-ignore: - 'scripts/**' # Ignores bash scripts - '*.md' # Ignores .md files at the root of the repository @@ -117,6 +117,7 @@ jobs: quarkus.container-image.group=superhero quarkus.container-image.tag=1.0 quarkus.kubernetes.deployment-target=kubernetes + quarkus.kubernetes.prometheus.generate-service-monitor=false EOF # install application