Skip to content

Commit

Permalink
Disable service monitor generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed May 6, 2024
1 parent ab9c175 commit 1aa02fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1aa02fc

Please sign in to comment.