-
Notifications
You must be signed in to change notification settings - Fork 694
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
fixed the usage of CUSTOM_TLS_CERT from subscriber-configmap to subsc… #4291
base: master
Are you sure you want to change the base?
Conversation
Hey @imrajdas @Saranya-jena @neelanjan00 @namkyu1999 Can you please review this PR? |
"INFRA_ID": infraData["INFRA_ID"], | ||
"ACCESS_KEY": infraData["ACCESS_KEY"], | ||
"INFRA_ID": infraData["INFRA_ID"], | ||
"CUSTOM_TLS_SECRET": infraData["CUSTOM_TLS_SECRET"], |
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.
@Saranya-jena - where are we setting the value CUSTOM_TLS_SECRET? In system env or from the ui
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.
As far as I know we are setting the the CUSTOM_TLS_SECRET from the system env
@Saranya-jena @namkyu1999 Can you review this PR? |
@srikanth-iyengar can you please resolve the conflicts? Will merge post that! |
Yup will resolve conflicts |
9f93e79
to
3f31f7f
Compare
Signed-off-by: Srikanth Iyengar <[email protected]>
3f31f7f
to
b0cdfbd
Compare
@Saranya-jena Solved conflicts |
Can you resolve conflicts again? will merge it afterwards |
Yeah sure |
Proposed changes
Fixes #3943 Changed the required k8s manifest and the corresponding usage of the changes in the subscriber pkg.
Types of changes
Checklist
Dependency
Special notes for your reviewer: