Skip to content
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

Merged
merged 20 commits into from
Oct 11, 2023
Merged

feat(lifecycle-operator): introduce option to enable lifecycle orchestration only for specific namespaces #2244

merged 20 commits into from
Oct 11, 2023

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Oct 6, 2023

Changes

  • adapt helm charts to allow mutating webhook only for certain namespaces
  • adapt installation action to be able to test the feature
  • introduce integration tests
  • update docs
  • document changes

Fixes: #2090

@netlify
Copy link

netlify bot commented Oct 6, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit e9fb596
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/651fcfff4f464c0008d7d951
😎 Deploy Preview https://deploy-preview-2244--keptn-lifecycle-toolkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #2244 (3507f0e) into main (a05a915) will decrease coverage by 0.03%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head 3507f0e differs from pull request most recent head 68f41cf. Consider uploading reports for the commit 68f41cf to get more accurate results

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

Flag Coverage Δ
certificate-operator 65.91% <ø> (ø)
component-tests 57.89% <ø> (-0.35%) ⬇️
lifecycle-operator 85.03% <ø> (ø)
metrics-operator 87.55% <ø> (ø)
scheduler 32.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions github-actions bot added documentation Improvements or additions to documentation ops labels Oct 6, 2023
@odubajDT odubajDT changed the title feat(lifecycle-operator): introduce option to enable MutatingWebhookConfiguration only for specific namespaces feat(lifecycle-operator): introduce option to enable MutatingWebhook for specific namespaces Oct 9, 2023
@odubajDT odubajDT marked this pull request as ready for review October 9, 2023 07:10
@odubajDT odubajDT requested a review from a team as a code owner October 9, 2023 07:10
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
.github/workflows/CI.yaml Outdated Show resolved Hide resolved
odubajDT and others added 11 commits October 10, 2023 12:37
…onfiguration only for specific namespaces

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Co-authored-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@odubajDT odubajDT changed the title feat(lifecycle-operator): introduce option to enable MutatingWebhook for specific namespaces feat(lifecycle-operator): introduce option to enable lifecycle orchestration only for specific namespaces Oct 11, 2023
@odubajDT odubajDT merged commit 12caf03 into keptn:main Oct 11, 2023
41 checks passed
StackScribe added a commit to StackScribe/lifecycle-toolkit that referenced this pull request Oct 13, 2023
…tration only for specific namespaces (keptn#2244)

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
Co-authored-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation lifecycle-operator ops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm chart: Add option to enable MutatingWebhookConfiguration only for specific namespaces
5 participants