Run cert-manager startupapicheck with verbose flag

This commit is contained in:
Otto Bittner 2022-11-23 10:54:00 +01:00
parent 1e98b686b6
commit 9b75d651fc

View File

@ -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",