Skip to content

Commit

Permalink
expose core tekton webhook replicas setting in operator TektonConfig
Browse files Browse the repository at this point in the history
We set to the default of 1, but exposing the setting allows us to override the
setting in infra-deployments
rh-pre-commit.version: 2.1.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
gabemontero committed Feb 8, 2024
1 parent c6e18cd commit 05217bc
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ spec:
enable-git-resolver: true
enable-hub-resolver: true
enable-tekton-oci-bundles: true
options:
disabled: false
deployments:
tekton-operator-proxy-webhook:
spec:
replicas: 1
tekton-pipelines-webhook:
spec:
replicas: 1
performance:
disable-ha: false
buckets: 1
Expand Down

0 comments on commit 05217bc

Please sign in to comment.