Wait at least 10 minutes for cert-manager to finish
This commit is contained in:
parent
2367f01653
commit
200c4801bb
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ helm:
|
||||||
releaseName: cert-manager
|
releaseName: cert-manager
|
||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
takeOwnership: true
|
takeOwnership: true
|
||||||
force: true
|
timeoutSeconds: 600
|
||||||
|
waitForJobs: true
|
||||||
values:
|
values:
|
||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
installCRDs: true
|
installCRDs: true
|
||||||
|
|
Loading…
Reference in a new issue