Add support of local environment variables in kustomize lookup plugin (#786) (#1010)

This is a backport of PR #786 as merged into main (87344b9).
SUMMARY
kustomize doesn't support an environment that makes it impossible to use HTTP_PROXY or provide some templatized parameters.
This PR is the result of the issue #783
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
kubernetes.core.kustomize lookup plugin

Reviewed-by: Bikouo Aubin
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
patchback[bot]
2025-10-03 14:34:41 +00:00
committed by GitHub
parent f2623dd3cf
commit 2fa1c2c6e5
4 changed files with 120 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- kustomize - add support of local environ (https://github.com/ansible-collections/kubernetes.core/pull/786).