-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4b2ddc
commit 13c1886
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
|
||
- name: Deploy Tyk OSS and Dependencies | ||
- name: Deploy OSS Dependencies | ||
run: | | ||
kubectl create namespace ${{ env.TYK_OSS_NS }} | ||
|
@@ -72,6 +72,9 @@ jobs: | |
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.11.2 | ||
|
||
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
|
||
- name: Deploy Tyk Stack and dependencies | ||
id: deploy-stack | ||
|
@@ -131,6 +134,9 @@ jobs: | |
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.11.2 | ||
|
||
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
|
||
- name: Deploy Tyk Data Plane and Dependencies | ||
id: deploy-data-plane | ||
|