-
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.
feat(discovery): configurations for KubeAPI discovery (#128)
* feat(discovery): configurations for KubeAPI discovery * feat(values): add default values for namespace and port configs * feat(rbac): update rbac resources to support multinamespaces * fix(rbac): fix newline trimmed causing invalid rolebinding set * chore(rbac): rename templates * chore(rbac): rbac should only be generated when necessary * fix(deploy): pre-process config lists * chore(deploy): rename env var * feat(discovery): use flags to disable default discovery options * fix(rbac): copy roles instead of clusterrole * fix(rbac): should generate roles & rolebinding for install namespace if not disabled * fix(rbac): handle null case * chore(template): fix typos
- Loading branch information
Showing
7 changed files
with
184 additions
and
49 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
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