We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2bb4d commit cb46696Copy full SHA for cb46696
smoke-test.yaml
@@ -40,7 +40,7 @@ actions:
40
- name: Try to get new cert
41
bashTest:
42
script: |
43
- kubectl wait -n ${NAMESPACE} --for=condition=Ready certificate selfsigned-cert
+ kubectl wait -n ${NAMESPACE} --for=condition=Ready --timeout=2m certificate selfsigned-cert
44
expect:
45
exitCode:
46
equals: 0
0 commit comments