-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[NEW FEATURE] modules and states to manage Helm. #56081
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
[NEW FEATURE] modules and states to manage Helm. #56081
Conversation
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
Signed-off-by: REGNARD <areganrd@leni.fr>
|
Are you interested on this feature ? |
|
re-run full amazon1-py2 |
|
@ArthurREGNARD thank you for contribution. |
|
re-run full centos6-py2 |
4 similar comments
|
re-run full centos6-py2 |
|
re-run full centos6-py2 |
|
re-run full centos6-py2 |
|
re-run full centos6-py2 |
|
@saltstack/team-core, @DmitryKuzmenko , I re-run some times the ci/py2/centos6`, and the result is a probleme of Memory ... The PR is ready to merge. |
|
I'm approving this and confirming that centos6 failure is not related. |
saltstack#56081 was merged several hours ago, breaking the docs checks. This adds the needed RST files to ensure docs files are created for this new module.
|
@ArthurREGNARD How do you set the |
You work with Helm version 3. helm_release_is_present:
helm.release_present:
- name: release_name
- chart: repo/chart
- kvflags:
kubeconfig: "/path/to/kubeconfig/file" |
|
@ArthurREGNARD Yes, I think the problem is that helm \
--kubeconfig=/path/to/kubeconfig \
install \
....whereas the source code puts all the |
saltstack/salt#56081 was merged several hours ago, breaking the docs checks. This adds the needed RST files to ensure docs files are created for this new module.
Signed-off-by: REGNARD areganrd@leni.fr
What does this PR do?
Add some Modules and States to manage Helm.
What issues does this PR fix or reference?
None
Previous Behavior
None
New Behavior
Manage Helm with Modules and States.
Tests written?
Yes
Commits signed with GPG?
Yes