Skip to content

Commit

Permalink
pkg/manifests: Disable blueprints by hard reseting pool size to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
alebedev87 committed Aug 14, 2024
1 parent 2edc273 commit 2a6989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manifests/assets/router/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: router
# image is set at runtime.
imagePullPolicy: IfNotPresent
args: ["--v=5"]
args: ["--v=5", "--blueprint-route-pool-size=0"]
securityContext:
# See https://bugzilla.redhat.com/2007246
allowPrivilegeEscalation: true
Expand Down

0 comments on commit 2a6989c

Please sign in to comment.