Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 committed Nov 26, 2024
1 parent 5b5b339 commit 1abf70e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Create charon-enr-private-key Secret
env:
CHARON_ENR_PRIVATE_KEY: ${{ secrets.CHARON_CLUSTER_0_ENR_PRIVATE_KEY }}
CHARON_ENR_PRIVATE_KEY: ${{ secrets.CHARON_CLUSTER_0_CHARON_ENR_PRIVATE_KEY }}
run: |
echo "Creating secret charon-enr-private-key ..."
Expand Down Expand Up @@ -164,19 +164,17 @@ jobs:
- name: Lint and install charon-relay
run: |
helm lint charts/charon-relay
helm install charon-relay charts/charon-relay --wait --debug
helm install charon-relay charts/charon-relay --wait
- name: Lint and install charon-cluster
run: |
helm lint charts/charon-cluster --values .github/helm-ci-values/values-charon-cluster.yaml
helm install charon-cluster charts/charon-cluster --values .github/helm-ci-values/values-charon-cluster.yaml --wait --debug
helm install charon-cluster charts/charon-cluster --values .github/helm-ci-values/values-charon-cluster.yaml --wait
- name: Lint and install charon
run: |
kubectl get secrets
helm lint charts/charon --values .github/helm-ci-values/values-charon.yaml
helm install charon charts/charon --values .github/helm-ci-values/values-charon.yaml --atomic --debug
kubectl events deployment charon
helm install charon charts/charon --values .github/helm-ci-values/values-charon.yaml --wait
- name: Cleanup
run: kind delete cluster

0 comments on commit 1abf70e

Please sign in to comment.