mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 15:39:33 -05:00
Run cert-manager startupapicheck with verbose flag
This commit is contained in:
parent
1e98b686b6
commit
9b75d651fc
@ -218,6 +218,7 @@ func (i *ChartLoader) loadCertManagerHelper() (*chart.Chart, map[string]any, err
|
|||||||
},
|
},
|
||||||
"startupapicheck": map[string]any{
|
"startupapicheck": map[string]any{
|
||||||
"timeout": "5m",
|
"timeout": "5m",
|
||||||
|
"extraArgs": "--verbose",
|
||||||
"tolerations": []map[string]any{
|
"tolerations": []map[string]any{
|
||||||
{
|
{
|
||||||
"key": "node-role.kubernetes.io/control-plane",
|
"key": "node-role.kubernetes.io/control-plane",
|
||||||
|
Loading…
Reference in New Issue
Block a user