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 c8536ab commit 820d499Copy full SHA for 820d499
.github/workflows/helm-tests.yml
@@ -161,7 +161,7 @@ jobs:
161
162
- name: run the tests
163
id: testrunner
164
- continue-on-error: true
+ # continue-on-error: true
165
run: |
166
kubectl get svc --all-namespaces
167
kubectl get ingress --all-namespaces -o jsonpath='{range .items[0]}kubectl describe ingress {.metadata.name} -n {.metadata.namespace}{end}' | sh
0 commit comments