feat(spire-server): add logEncoding parameter for controller-manager (#766)

Signed-off-by: Shubham Hibare <[email protected]>
This commit is contained in:
Shubham Hibare
2026-03-05 09:57:44 -08:00
committed by GitHub
parent 8afe8cf6e7
commit 6631349bbb
3 changed files with 7 additions and 0 deletions
@@ -572,6 +572,9 @@ controllerManager:
## @param controllerManager.logLevel The log level for the controller manager. Supported values are info, error, warn and debug.
logLevel: info
## @param controllerManager.logEncoding The log encoding for the controller manager. Supported values are console and json.
logEncoding: "console"
## @param controllerManager.leaderElection.leaseDuration Duration that non-leader candidates will wait to force acquire leadership. Increase this in high-load clusters to reduce API server pressure.
## @param controllerManager.leaderElection.renewDeadline Duration the acting leader will retry refreshing leadership before giving up. Must be less than leaseDuration.
## @param controllerManager.leaderElection.retryPeriod Duration the LeaderElector clients should wait between tries of actions. Must be less than renewDeadline.