Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Feb 28, 2024
1 parent 01bbfff commit ae3b47c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1

# - name: Deploy Helm Chart in Kind Cluster
# run: run: helm install pdp . --set pdp.ApiKey=${{ secrets.PDP_API_KEY }} --namespace pdp

- name: Generate random string
id: random_string
run: echo "::set-output name=random_string::$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1)"

- name: Deploy Helm Chart in Kind Cluster
working-directory: ./helm
run: helm install pdp . --set pdp.ApiKey=permit_key_VG0tFLP8PEYcWb3I6oK2InXzmVwlD5VKObp6nDdEDICUBEg55p2Yvr625dleiTgcQdzRS6oofLcLZWUwNCvTYA --namespace pdp
with:
cluster_name: ${{ steps.random_string.outputs.random_string }}

- name: Show PDP pod status
run: kubectl get pods -n pdp
Expand Down

0 comments on commit ae3b47c

Please sign in to comment.