-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable lakom via annotation from seed (#106)
* Add value & update configmap for controller chart * Deploy lakom based on deployseedresources flag * Use default value "true" for deploying seed resources * Rename `DeploySeedResources` to `Enabled` and move to `SeedBootstrap` * Add logs for disabling/installing lakom based on `Enabled` in `SeedBootstrap` * Update configmap with API changes & refactor admission controller deletion code Co-authored-by: Vladimir Nachev <[email protected]> * Remove annotation from values.yaml & Rename annotation & Use annotation in configmap The annotation is a gardener implementation detail that does not need to be exposed via the values.yaml interface. This it's removed. Annotation is renamed to better reflect its function and official annotation naming conventions are used from https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#label-selector-and-annotation-conventions * Update chart * Rerun make generate & make format * Update how the way `enabled` is rendered & update chart in contr. registration --------- Co-authored-by: Vladimir Nachev <[email protected]>
- Loading branch information
Showing
6 changed files
with
22 additions
and
5 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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