There was an error while loading. Please reload this page.
1 parent a2fabd2 commit 8af8d20Copy full SHA for 8af8d20
1 file changed
.github/workflows/chart-testing.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Create kind cluster
40
uses: helm/kind-action@v1.12.0
41
if: steps.list-changed.outputs.changed == 'true'
42
+
43
+ - name: Create lago namespace
44
+ run: kubectl create namespace lago
45
46
- name: Install Postgres
47
run: kubectl apply -f ./charts/lago/ci/postgres.yml
0 commit comments