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

Add flux envsubst command #4710

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Add flux envsubst command #4710

merged 1 commit into from
Apr 9, 2024

Conversation

stefanprodan
Copy link
Member

This command can be used to replicate the behaviour of the Flux Kustomization post-build substitutions.

Example:

export cluster_region=eu-central-1
kustomize build . | flux envsubst --strict

Closes: #4708

This command can be used to replicate the behavior of the
Flux Kustomization post-build substitutions.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the enhancement New feature or request label Apr 8, 2024
@stefanprodan stefanprodan requested a review from souleb April 8, 2024 14:57
@stefanprodan stefanprodan merged commit f93da6f into main Apr 9, 2024
9 checks passed
@stefanprodan stefanprodan deleted the envsubst-cmd branch April 9, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement flux envsubst command
2 participants