mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(cert-manager): leader election stuck
This commit is contained in:
parent
8edc80040f
commit
96c5e9e394
1 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,13 @@ global:
|
|||
# Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose.
|
||||
logLevel: 2
|
||||
|
||||
installCRDs: true
|
||||
leaderElection:
|
||||
namespace: "cert-manager"
|
||||
|
||||
crds:
|
||||
enabled: true
|
||||
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue