We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589404c commit 24685fcCopy full SHA for 24685fc
.github/workflows/regression.yml
@@ -154,6 +154,9 @@ jobs:
154
kind create cluster --name ${{ github.run_id }} --image=kindest/node:v${{ needs.checks.outputs.k8s_latest }} --wait 75s
155
kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
156
157
+ - name: Create Plus Secret
158
+ run: kubectl create secret generic license-token --from-literal=license.jwt="${{ secrets.PLUS_JWT }}" --type="nginx.com/license"
159
+
160
- name: Install Chart
161
run: >
162
helm install
0 commit comments