mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +00:00
helm: add pass-credentials key (#282)
helm: add pass-credentials key SUMMARY In helm version v3.6.1 when downloading charts from password protected repositories that served from a different domain than the repository, need to use --pass-credentials key. Add possibility to use the pass-credentials key in helm_repository.py ISSUE TYPE Feature Pull Request COMPONENT NAME helm_repository Reviewed-by: None <None> Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: None <None>
This commit is contained in:
committed by
GitHub
parent
39b6c43ab7
commit
ba5cb30305
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- helm_repository - add support for pass-credentials cli parameter (https://github.com/ansible-collections/kubernetes.core/pull/282).
|
||||
Reference in New Issue
Block a user