Skip to content

Commit

Permalink
fix helm plus regression (#6939)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored Dec 9, 2024
1 parent 589404c commit 24685fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:
kind create cluster --name ${{ github.run_id }} --image=kindest/node:v${{ needs.checks.outputs.k8s_latest }} --wait 75s
kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
- name: Create Plus Secret
run: kubectl create secret generic license-token --from-literal=license.jwt="${{ secrets.PLUS_JWT }}" --type="nginx.com/license"

- name: Install Chart
run: >
helm install
Expand Down

0 comments on commit 24685fc

Please sign in to comment.