-
Notifications
You must be signed in to change notification settings - Fork 192
Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting #4383
Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting #4383
Conversation
tanzu config set env.TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY "true" doesn't affect the TKR Source Controller without this change. Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
Cluster Generation A/B Results: |
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.
LGTM
Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #4383 +/- ##
==========================================
- Coverage 49.51% 48.65% -0.86%
==========================================
Files 452 482 +30
Lines 44986 47136 +2150
==========================================
+ Hits 22273 22936 +663
- Misses 20588 22026 +1438
- Partials 2125 2174 +49
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting tanzu config set env.TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY "true" doesn't affect the TKR Source Controller without this change. Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
Created cherry-pick PR #4407 |
…) (#4407) * Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting tanzu config set env.TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY "true" doesn't affect the TKR Source Controller without this change. Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
…are-tanzu#4383) * Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting tanzu config set env.TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY "true" doesn't affect the TKR Source Controller without this change. Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
* Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting tanzu config set env.TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY "true" doesn't affect the TKR Source Controller without this change. Signed-off-by: Ivan Mikushin <imikushin@vmware.com>
What this PR does / why we need it
tanzu config set env.TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY "true"
doesn't affect the TKR Source Controller without this change.Which issue(s) this PR fixes
N/A
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer