-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove go-bindata #2528
Remove go-bindata #2528
Conversation
@@ -25,18 +25,12 @@ const ( | |||
// This directory contains all the SSL certificates that are specified in Ingress rules. | |||
// The name of each file is <namespace>-<secret name>.pem. The content is the concatenated | |||
// certificate and key. | |||
DefaultSSLDirectory = "/ingress-controller/ssl" | |||
DefaultSSLDirectory = "/etc/ingress-controller/ssl" |
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.
I know this is not directly related to this PR but I've been thinking, since you're making a change to the layout here, could you also set the container work directory to /etc/nginx? :)
That'd be super convenient to be able to show the config with just kubectl exec ... -- cat nginx.conf
instead of the full path.
Just a suggestion.
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.
done
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, antoineco 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 |
Codecov Report
@@ Coverage Diff @@
## master #2528 +/- ##
==========================================
- Coverage 41.57% 40.73% -0.84%
==========================================
Files 74 73 -1
Lines 5270 5015 -255
==========================================
- Hits 2191 2043 -148
+ Misses 2782 2700 -82
+ Partials 297 272 -25
Continue to review full report at Codecov.
|
No description provided.