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 4acfb7c commit 61f31f0Copy full SHA for 61f31f0
.github/workflows/test.yaml
@@ -30,6 +30,9 @@ jobs:
30
- name: 3. Deploy the chart
31
run: helm install betterstack-logs betterstack-logs/betterstack-logs -f values.yaml
32
33
+ - name: List the used Helm release version
34
+ run: helm list
35
+
36
- name: Wait for the chart to be ready
37
run: kubectl wait --for=condition=available deployment/betterstack-logs-metrics-server --timeout=60s
38
- name: Check cluster pods
0 commit comments