Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support kubernetes service-accounts #538

Merged
merged 24 commits into from
Nov 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
twuebi committed Nov 21, 2024
commit 2eae0d3f630363f2dda807a15b37d70f249c3a13
4 changes: 2 additions & 2 deletions .github/workflows/kube-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
id: install
- run: helm repo add lakekeeper https://lakekeeper.github.io/lakekeeper-charts/
name: Add lakekeeper helm repo
- name: Install lakekeeper
run: helm install -f tests/kube-auth/values.yaml my-lakekeeper lakekeeper/lakekeeper --version 0.1.5 --wait --timeout 720s
- name: Install lakekeeper (wait 300s)
run: helm install -f tests/kube-auth/values.yaml my-lakekeeper lakekeeper/lakekeeper --version 0.1.5 && sleep 300
- name: Apply auth role
run: kubectl describe pods && kubectl apply -f tests/kube-auth/auth_role.yaml
- name: Run tests
Expand Down