Skip to content

Commit

Permalink
ref(registry): remove confd check script
Browse files Browse the repository at this point in the history
In older versions of confd, if a key did not exist then confd would
write out "<no value>" to the template. In confd 0.8 it will just
error out of the key is not found, so this check is no longer necessary.
  • Loading branch information
Matthew Fisher committed Mar 24, 2015
1 parent c07cbd1 commit 0e23f10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions registry/bin/check

This file was deleted.

1 change: 0 additions & 1 deletion registry/conf.d/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ keys = [
"/deis/registry",
"/deis/store/gateway",
]
check_cmd = "/app/bin/check {{ .src }}"
reload_cmd = "/app/bin/reload"

0 comments on commit 0e23f10

Please sign in to comment.