-
Notifications
You must be signed in to change notification settings - Fork 135
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
Update kustomize.py add --enable-helm support #592
Update kustomize.py add --enable-helm support #592
Conversation
Add `--enable-helm` support
Bump +1 |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 39s |
@gotsysdba Any updates on this? |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 00s |
@gravesm (apologies for pinging directly, seen you as an active maintainer). Have I missed something to get approval for this? been stuck here for a while. |
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.
@gotsysdba Thanks for the ping. Sorry, this got lost. This will need a changelog fragment, but otherwise looks good.
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 44s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 17s |
0408aa9
into
ansible-collections:main
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #712 🤖 @patchback |
Update kustomize.py add --enable-helm support Add --enable-helm support SUMMARY Fixes #568 ISSUE TYPE Feature Pull Request COMPONENT NAME Lookup plugin: kubernetes.core.kustomize ADDITIONAL INFORMATION Current and maintained arg: lookup('kubernetes.core.kustomize', dir=item) Additional feature args: lookup('kubernetes.core.kustomize', dir=item, enable_helm=false) lookup('kubernetes.core.kustomize', dir=item, enable_helm=true) Reviewed-by: Mike Graves <mgraves@redhat.com> (cherry picked from commit 0408aa9)
[PR #592/0408aa93 backport][stable-3] Update kustomize.py add --enable-helm support This is a backport of PR #592 as merged into main (0408aa9). Add --enable-helm support SUMMARY Fixes #568 ISSUE TYPE Feature Pull Request COMPONENT NAME Lookup plugin: kubernetes.core.kustomize ADDITIONAL INFORMATION Current and maintained arg: lookup('kubernetes.core.kustomize', dir=item) Additional feature args: lookup('kubernetes.core.kustomize', dir=item, enable_helm=false) lookup('kubernetes.core.kustomize', dir=item, enable_helm=true) Reviewed-by: Mike Graves <mgraves@redhat.com>
Add
--enable-helm
supportSUMMARY
Fixes #568
ISSUE TYPE
COMPONENT NAME
Lookup plugin: kubernetes.core.kustomize
ADDITIONAL INFORMATION
Current and maintained arg:
Additional feature args: