feat(argo-rollouts): add args for dashboard logs (#2388)
This commit is contained in:
parent
7f1b25402b
commit
f9e2a94bb6
4 changed files with 12 additions and 2 deletions
|
|
@ -289,6 +289,11 @@ dashboard:
|
|||
tolerations: []
|
||||
# -- Assign custom [affinity] rules to the deployment
|
||||
affinity: {}
|
||||
logging:
|
||||
# -- Set the logging level (one of: `debug`, `info`, `warn`, `error`)
|
||||
level: info
|
||||
# -- Set the klog logging level
|
||||
kloglevel: "0"
|
||||
|
||||
# -- Assign custom [TopologySpreadConstraints] rules to the dashboard server
|
||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue