-
Notifications
You must be signed in to change notification settings - Fork 140
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 support of local environment variables in kustomize lookup plugin #786
base: main
Are you sure you want to change the base?
Add support of local environment variables in kustomize lookup plugin #786
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 14s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 2m 58s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 27s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 55s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 33s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 00s |
f67c998
to
f0691f5
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 7m 37s |
Hi @abikouo, could you please check for workflow, some sanity tests are failing on |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 23s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 13s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 52s |
I found that the root cause of the sanity failure was switching the |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 10m 21s |
PR #789 was created as I mentioned in previous comment, this PR should be rebased when 789 is merged. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 13s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yurnov thanks for working on this issue.
Some minor things need to be changed.
If possible add some integration tests case for this feature into lookup_kustomize
integration test target
I will check what can be done to integration test |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 54s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 22s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 30s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 15s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 52s |
1f62e46
to
104572f
Compare
" This reverts commit 9249d9a.
0aa1db0
to
246773d
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 12s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 2m 56s |
no feature release planned in stable-5 branch
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 24s |
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
COMPONENT NAME
kubernetes.core.kustomize lookup plugin