mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
Run cert-manager startupapicheck with verbose flag
This commit is contained in:
parent
1e98b686b6
commit
9b75d651fc
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue