Skip to content

Commit 8af8d20

Browse files
committed
create lago namespace
1 parent a2fabd2 commit 8af8d20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/chart-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Create kind cluster
4040
uses: helm/kind-action@v1.12.0
4141
if: steps.list-changed.outputs.changed == 'true'
42+
43+
- name: Create lago namespace
44+
run: kubectl create namespace lago
4245

4346
- name: Install Postgres
4447
run: kubectl apply -f ./charts/lago/ci/postgres.yml

0 commit comments

Comments
 (0)