- Overview
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
Installs the helm binary.
Fetches the helm
utility and and symlinks /usr/bin/helm
to the downloaded
artifact. This is a minimal, binary installation only alternative to the
puppetlabs/helm module
without the legacy helm v2 deployment support. In addition, this module has
artifact digest support.
class { 'helm_binary':
version => '3.5.4',
checksum => 'a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318',
checksum_type => 'sha256',
base_path => '/opt/rke',
}
See REFERENCE