forked from kubevela/terraform-controller
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] - Run Jobs in central namespace (kubevela#295)
* - updating the chart to support job namespaces Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - updating the controllers to support the ability to run the jobs in a central namespace and avoiding the need to copy global secrets around Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - updating the cmd to support passing the job namespace and support localizing to a single namespace if required Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * adding the resource limits Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - trying to fix the linting and unit tests Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - improving the test coverage Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - changing the job-namespace command line flag to --controller-namespace - changing the variable name in controller and meta to reflect changes i.e JobNamespace -> ControllerNamespace - updated the helm chart to reflect the changes Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - uncommenting the tests Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - commenting out the test for a moment Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - fixing up the issue highlighted in the review Signed-off-by: Rohith Jayawardene <gambol99@gmail.com> * - rebasing master onto the branch and fixing the units tests / ensuring it works Signed-off-by: Rohith Jayawardene <gambol99@gmail.com>
- Loading branch information
Showing
12 changed files
with
249 additions
and
86 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
Oops, something went wrong.