mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-26 07:16:08 -05:00
Fix type for cert-manager verbose flag
This commit is contained in:
parent
3dc9c60864
commit
da1af3f37e
@ -222,7 +222,9 @@ func (i *ChartLoader) loadCertManagerHelper() (*chart.Chart, map[string]any, err
|
|||||||
},
|
},
|
||||||
"startupapicheck": map[string]any{
|
"startupapicheck": map[string]any{
|
||||||
"timeout": "5m",
|
"timeout": "5m",
|
||||||
"extraArgs": "--verbose",
|
"extraArgs": []string{
|
||||||
|
"--verbose",
|
||||||
|
},
|
||||||
"tolerations": []map[string]any{
|
"tolerations": []map[string]any{
|
||||||
{
|
{
|
||||||
"key": "node-role.kubernetes.io/control-plane",
|
"key": "node-role.kubernetes.io/control-plane",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user