Commit d68abbdb authored by David McKay's avatar David McKay

fix: when in doubt, sleep until it works

parent 32933c9e
...@@ -30,6 +30,7 @@ jobs: ...@@ -30,6 +30,7 @@ jobs:
- name: Create Enterprise Test Resources - name: Create Enterprise Test Resources
run: | run: |
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.15.1/cert-manager.yaml kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.15.1/cert-manager.yaml
sleep 30 # wait for CertManager
kubectl apply -f ./charts/influxdb-enterprise/example-resources.yaml kubectl apply -f ./charts/influxdb-enterprise/example-resources.yaml
- name: Run chart-testing (install) - name: Run chart-testing (install)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment