Skip to content

Commit

Permalink
(GH-CAT-115) Support removal
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Jul 14, 2022
1 parent 1a5675c commit 86e09b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Setting ownership to the modules team
* @puppetlabs/modules
* @puppetlabs/community-maintainers
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Helm](#Helm)
- [Table of Contents](#Table-of-Contents)
- [Description](#Description)
- [Support](#support)
- [Setup](#Setup)
- [Usage](#Usage)
- [Reference](#Reference)
Expand All @@ -21,6 +22,13 @@

This module installs the the Helm package manager, which consists of the Helm client (Helm) and the Helm server (Tiller), and it also manages the Helm deployments. The Helm package manager installs and manages Kubernetes applications.

## Support

This module is not supported or maintained by Puppet and does not qualify for Puppet Support plans.
It's provided without guarantee or warranty and you can use it at your own risk.
All bugfixes, updates, and new feature development will come from community contributions.
[tier:community]

## Setup

Before installing the helm module, create a Kubernetes service account and install a Kubernetes cluster, including kubectl. For more information about Kubernetes and kubectl, see the [Kubernetes docs](https://github.com/kubernetes/helm/issues/2224).
Expand Down

0 comments on commit 86e09b2

Please sign in to comment.