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

Allow kapp deploy go code to be used with an fs.FS #800

Closed
ncdc opened this issue Aug 16, 2023 · 0 comments · Fixed by #799
Closed

Allow kapp deploy go code to be used with an fs.FS #800

ncdc opened this issue Aug 16, 2023 · 0 comments · Fixed by #799
Labels
enhancement This issue is a feature request

Comments

@ncdc
Copy link
Contributor

ncdc commented Aug 16, 2023

Describe the problem/challenge you have
I am doing a POC where I want to call app.NewDeployCmd() and then execute it programatically. I also want to pass it an fs.FS implementation because the content I want to apply to my cluster is coming from an in-memory file system, not from the OS.

Describe the solution you'd like
The ability to pass an fs.FS when invoking deploy programmatically.

Anything else you would like to add:
No


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

@ncdc ncdc added carvel triage This issue has not yet been reviewed for validity enhancement This issue is a feature request labels Aug 16, 2023
@github-actions github-actions bot removed the carvel triage This issue has not yet been reviewed for validity label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is a feature request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant