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