-
Notifications
You must be signed in to change notification settings - Fork 80
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
Expose Medusas ssl_verify option #1166
Conversation
pkg/medusa/reconcile.go
Outdated
{{- else }} | ||
ssl_verify = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue: I think the indentation is wrong here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch, it looked all good in the IDE.
9067008
to
c848db4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1166 +/- ##
==========================================
- Coverage 56.98% 56.93% -0.05%
==========================================
Files 101 101
Lines 10419 10424 +5
==========================================
- Hits 5937 5935 -2
- Misses 3960 3966 +6
- Partials 522 523 +1
|
3230ab3
to
08094d7
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What this PR does:
This PR adds support of Medusa's ssl_verify option.
Which issue(s) this PR fixes:
Fixes #1165
Checklist