Skip to content

refactor(helm): Replace VFS with embed for Helm chart rendering#14272

Merged
adleong merged 3 commits into
mainfrom
alex/unrevert-embed
Jul 30, 2025
Merged

refactor(helm): Replace VFS with embed for Helm chart rendering#14272
adleong merged 3 commits into
mainfrom
alex/unrevert-embed

Conversation

@adleong

@adleong adleong commented Jul 24, 2025

Copy link
Copy Markdown
Member

Replace the static FS generated by the vfs package with the go embed directive. These are the same in concept, except that the go embed directive is performed automatically by the go build system at build time instead of requiring a separate go generate step. Therefore this allows us to remove our use of go generate and avoids needing to manage generated sources.

@adleong adleong requested a review from a team as a code owner July 24, 2025 19:35
…#14206)"

This reverts commit e3ea351.

Signed-off-by: Alex Leong <alex@buoyant.io>
@adleong adleong force-pushed the alex/unrevert-embed branch from fc7ae88 to 3e9ab57 Compare July 24, 2025 19:36
@adleong adleong merged commit 6138177 into main Jul 30, 2025
69 of 71 checks passed
@adleong adleong deleted the alex/unrevert-embed branch July 30, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants