Skip to content

Commit

Permalink
debug :(
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 20, 2023
1 parent 180878a commit 35586d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
run: docker load --input /tmp/image.tar
- run: |
apiPort="$(kubectl get svc kubernetes -n default -ojson | jq '.spec.ports[0].targetPort')"
echo $apiPort
kubectl get svc kubernetes -n default -oyaml
helm template charts/doc-controller --set version=latest --set networkPolicy.kubernetesPort=${apiPort} | kubectl apply -f -
- run: kubectl wait --for=condition=available deploy/doc-controller --timeout=30s
- run: kubectl apply -f yaml/instance-samuel.yaml
Expand Down

0 comments on commit 35586d1

Please sign in to comment.