Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Aug 20, 2024
1 parent e521ee2 commit f6e697d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kube-stack-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
kubectl wait --timeout=5m --for=condition=available deployment cert-manager -n cert-manager
kubectl wait --timeout=5m --for=condition=available deployment cert-manager-webhook -n cert-manager
- name: Run chart-testing (install)
run: ct install --charts charts/opentelemetry-kube-stack
- name: Run Helm Install
run: |
helm dep build charts/opentelemetry-kube-stack
helm install opentelemetry-kube-stack charts/opentelemetry-kube-stack

0 comments on commit f6e697d

Please sign in to comment.