-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmd) do not reload the declarative config on kong reload if no de…
…clarative config given ### Summary On `kong reload` we do not want to reload the declarative configuration that was given on e.g. `kong start` (because that could overwrite the more recent configuration send to `:8000/config`). Thus we want to clear the declarative config from the `.kong_env` before we reload a new configuration.
- Loading branch information
Showing
2 changed files
with
108 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters