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

[patch] Make "db2u apply settings" logic more robust #194

Merged
merged 16 commits into from
Sep 19, 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
grant necessary access to db2uinstances
  • Loading branch information
Tom Klapiscak committed Sep 16, 2024
commit 80f5825e20d8bf6ea901d2c0bd24db566290f7f6
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ rules:
- services
verbs:
- "get"

- apiGroups:
- db2u.databases.ibm.com
resources:
- db2uinstances
verbs:
- "get"

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
Loading