-
Notifications
You must be signed in to change notification settings - Fork 118
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
fix: Generalizes sed and fixes dry-run cmd #363
Conversation
Signed-off-by: Rafael Vasquez <[email protected]>
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
Thanks for this fix @rafvasq -- Looks good. Any reason this is marked as a draft? |
Thanks @ckadner. I had marked it as draft because there was another potential bug I wanted to work out and include in this PR, but we could just open up another PR when we have the fix for that. Marking this ready for now. |
/lgtm |
@Jooho -- the other error
|
Signed-off-by: Rafael Vasquez <[email protected]>
No longer experiencing this one! Controller is coming up with the webhook configured as expected :) |
/lgtm |
/approve |
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
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, rafvasq, tjohnson31415 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: jooho <[email protected]>
Motivation
I experienced a few errors when running the install script using the
--enable-self-signed-ca
flag from the recently merged #342.Modifications
sed -i.bak
to work around different versions of it, originally resulting insed: -i: No such file or directory
for me.--dry-run
error which requires a set value (none, server, or client)Result
Fixes errors associated with the
--enable-self-signed-ca
flag