Skip to content

Commit

Permalink
Make default for default_entry for K8SDefaultSettings use absolut…
Browse files Browse the repository at this point in the history
…e path
  • Loading branch information
TheSuperiorStanislav committed May 22, 2024
1 parent 626ec06 commit e9cbfbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ We follow [Semantic Versions](https://semver.org/).

## unreleased

- Make default for `default_entry` for `K8SDefaultSettings` use absolute path
according to [specs](https://github.com/buildpacks/spec/blob/main/platform.md#launch)

## 1.1.0

- Fix `git.blame-copy` in case if merge conflict between files occurs.
Expand Down
2 changes: 1 addition & 1 deletion saritasa_invocations/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class K8SDefaultSettings:
"--no-headers --output jsonpath='{{.items[0].metadata.name}}'"
)
default_component: str = "backend"
default_entry: str = "cnb/lifecycle/launcher bash"
default_entry: str = "/cnb/lifecycle/launcher bash"
python_shell: str = "shell_plus"
health_check: str = "health_check"
secret_file_path_in_pod: str | None = None
Expand Down

0 comments on commit e9cbfbc

Please sign in to comment.