-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing helm hook annotations to test objects
Previously the test role and rolebinding were being installed unconditionally. With this change they are only installed when running helm test and then removed. Having the role and rolebinding installed unconditionally would mean that any serviceaccount (including the default) would be able to view service objects in the lagoon-logging namespace. This is an unnecessary elevation of privilege, but these service objects do not contain anything sensitive.
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters