-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Support configuring Halo in working directory #2935
Support configuring Halo in working directory #2935
Conversation
这个需要改动文档吗? |
可以用文档描述一下这个功能。 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby 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 |
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
/cherry-pick release-2.0 |
@JohnNiang: new pull request created: #2950 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #2935 /assign JohnNiang ```release-note 支持在工作目录添加自定义配置 ```
What type of PR is this?
/kind improvement
/area core
/milestone 2.1.x
What this PR does / why we need it:
Force to add environment variables
HALO_WORK_DIR
andSPRING_CONFIG_LOCATION
into Dockerfile. After that, we can configureapplication.yaml
in working directory as we want.Please note that we can not configure Halo working directory in
/root/.halo2/application.yaml
directly. Use environment variableHALO_WORK_DIR
instead.Which issue(s) this PR fixes:
Fixes #2812
Special notes for your reviewer:
Steps to test:
Prepare custom configuration
Start up Halo using Docker
docker run -it --rm -p12345:12345 -v `pwd`/halo2:/root/.halo2 johnniang/halo:configure-halo-in-work-dir
Request http://localhost:12345
Does this PR introduce a user-facing change?