Skip to content

Commit

Permalink
Cleanup obsolete yaml config
Browse files Browse the repository at this point in the history
Remove the old yaml config and usage.

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Oct 3, 2022
1 parent 14778c9 commit c9b4f52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/smartctl_exporter /bin/smartctl_exporter

COPY smartctl_exporter.yaml /etc/smartctl_exporter.yaml

EXPOSE 9633
USER nobody
ENTRYPOINT [ "/bin/smartctl_exporter" ]
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ src_install() {
newbin bin/${PN}-${PV} ${PN}
dodoc "README.md"
insinto /etc
newins "${FILESDIR}/smartctl_exporter.yaml" smartctl_exporter.yaml
}
19 changes: 0 additions & 19 deletions smartctl_exporter.yaml

This file was deleted.

0 comments on commit c9b4f52

Please sign in to comment.