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: add rbac cluster roles #27

Merged
merged 1 commit into from
Nov 20, 2023
Merged

feat: add rbac cluster roles #27

merged 1 commit into from
Nov 20, 2023

Conversation

sydrawat01
Copy link
Member

  • Install ServiceAccount, Role, and RoleBinding to the cluster during helm install
  • Attach ServiceAccount to deployment for API to create custom resource
  • Updated dummy values.yaml, NOTES.txt
  • Added .gitignore to ignore unwanted files

Fixes issue #26

- Install `ServiceAccount`, `Role`, and `RoleBinding` to the cluster
during helm install
- Attach `ServiceAccount` to deployment for API to create custom
resource
- Updated dummy values.yaml, NOTES.txt
- Added `.gitignore` to ignore unwanted files

Fixes issue #26
@sydrawat01 sydrawat01 linked an issue Nov 20, 2023 that may be closed by this pull request
3 tasks
@karanwadhwa karanwadhwa merged commit edc9862 into csye7125-fall2023-group05:master Nov 20, 2023
1 check passed
@karanwadhwa karanwadhwa deleted the patch-5 branch November 20, 2023 02:07
@sydrawat01
Copy link
Member Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔑 Update rbac cluster roles to deploy controller on cluster
2 participants