Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean value filepath #1196

Merged
merged 2 commits into from
Mar 1, 2023
Merged

clean value filepath #1196

merged 2 commits into from
Mar 1, 2023

Conversation

olblak
Copy link
Member

@olblak olblak commented Mar 1, 2023

Fix #1194

Test

To test this pull request, you can run the following commands:

go build -o bin/updatecli
# Both follow command should work
./bin/updatecli --config updatecli/updatecli.d/manifest.yaml --values updatecli/values.yaml
./bin/updatecli --config ./updatecli/updatecli.d/manifest.yaml --values ./updatecli/values.yaml

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added the bug Something isn't working label Mar 1, 2023
@olblak olblak enabled auto-merge (squash) March 1, 2023 19:25
@ghost
Copy link

ghost commented Mar 1, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@olblak olblak merged commit f2d42ac into updatecli:main Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--values using relative path is broken
1 participant