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

Disable certmanager check option #1210

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Conversation

adejanovski
Copy link
Contributor

What this PR does:
Upgrades cass-operator helm chart to expose the ability to disable the check for cert-manager.
Also modifies the manifest makefile target to update the helm charts in the process, allowing to install the helm chart from the codebase directly.

Which issue(s) this PR fixes:
Fixes #1209

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

@adejanovski adejanovski requested a review from a team as a code owner February 14, 2024 13:31
Copy link

sonarcloud bot commented Feb 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c03280e) 57.19% compared to head (26a1cdf) 57.21%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1210      +/-   ##
==========================================
+ Coverage   57.19%   57.21%   +0.01%     
==========================================
  Files         103      103              
  Lines       10709    10709              
==========================================
+ Hits         6125     6127       +2     
+ Misses       4045     4043       -2     
  Partials      539      539              

see 3 files with indirect coverage changes

Copy link
Member

@bradfordcp bradfordcp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: It looks like we're missing a new line at the end of a few files. Not a blocker and purely a style thing.

Thank you for making this happen.

@adejanovski adejanovski merged commit 1b7c4ec into main Feb 14, 2024
28 of 62 checks passed
@adejanovski adejanovski deleted the disable-certmanager-check-option branch February 14, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose the Helm value to disable the cert-manager presence check
2 participants