-
Notifications
You must be signed in to change notification settings - Fork 126
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(lifecycle-operator): introduce option to enable lifecycle orchestration only for specific namespaces #2244
feat(lifecycle-operator): introduce option to enable lifecycle orchestration only for specific namespaces #2244
Conversation
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2244 +/- ##
==========================================
- Coverage 84.63% 84.61% -0.03%
==========================================
Files 154 154
Lines 9960 9960
==========================================
- Hits 8430 8428 -2
- Misses 1244 1245 +1
- Partials 286 287 +1 see 3 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
lifecycle-operator/chart/templates/lifecycle-mutating-webhook-configuration.yaml
Show resolved
Hide resolved
test/allowed-namespaces/simple-deployment-not-allowed/01-verify-tasks.yaml
Outdated
Show resolved
Hide resolved
lifecycle-operator/chart/templates/lifecycle-mutating-webhook-configuration.yaml
Show resolved
Hide resolved
…onfiguration only for specific namespaces Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Co-authored-by: Meg McRoberts <[email protected]> Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…tration only for specific namespaces (keptn#2244) Signed-off-by: odubajDT <[email protected]> Signed-off-by: odubajDT <[email protected]> Co-authored-by: Meg McRoberts <[email protected]>
Changes
Fixes: #2090