Helm
Collects Helm charts.
Details
Transfer File Example
---
schemaVersion: v1
kind: transfer
stages:
collect:
plugins:
- name: hoppr.core_plugins.collect_helm_plugin
config:
process_timeout: 60
max_processes: 3
Configuration Options​
Option | Details |
---|---|
helm_command | String. Defaults to helm . Command to be used to execute helm commands. May be overridden with another command that uses the same syntax, or a fully qualified path if helm is not on the default $PATH . |
process_timeout | Number of seconds to attempt collect before timeout. Default: 60 |