Skip to content

Commit 8d28a45

Browse files
committed
chore: build
1 parent 001db55 commit 8d28a45

4 files changed

Lines changed: 81 additions & 56 deletions

File tree

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(kind get:*)"
5+
]
6+
}
7+
}

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Test cluster integration
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Create k8s Kind Cluster
1313
uses: helm/kind-action@v1.3.0
1414
- name: Install authorizer on k8s
@@ -17,7 +17,9 @@ jobs:
1717
--install \
1818
--namespace default \
1919
--set authorizer.database_type=sqlite \
20-
--set authorizer.database_url=/tmp/db \
20+
--set authorizer.database_url="/tmp/authorizer.db" \
21+
--set authorizer.client_id=test-client-id \
22+
--set authorizer.client_secret=test-client-secret \
2123
--set securityContext.readOnlyRootFilesystem=false \
2224
authorizer .
2325
- name: Run connection test

charts/authorizer-2.0.1.tgz

10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)