USHIFT-19: add example config file to rpm#914
USHIFT-19: add example config file to rpm#914openshift-merge-robot merged 1 commit intoopenshift:mainfrom
Conversation
Add /etc/microshift/microshift.yaml with the current defaults, all commented out. Fixes openshift#663 Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
|
/cc @fzdarsky |
| install -p -m644 packaging/systemd/microshift.service %{buildroot}%{_unitdir}/microshift.service | ||
|
|
||
| install -d -m755 %{buildroot}/%{_sysconfdir}/microshift | ||
| install -p -m644 packaging/microshift/microshift.yaml %{buildroot}%{_sysconfdir}/microshift/microshift.yaml |
There was a problem hiding this comment.
I wasn't sure whether to install the file to the real location or to an "example.yaml" location. I decided to go for the real location, but I'm open to changing that.
|
/type documentation |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, ggiguash The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dhellmann: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
Fixes an issue introduced in openshift#914 Related to openshift#663 Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
Add /etc/microshift/microshift.yaml with the current defaults,
all commented out.
Closes #663