helmfile/test/plugins/secrets/4.0.0/helm-secrets/plugin.yaml

20 lines
599 B
YAML

name: "secrets"
version: "4.0.0"
usage: "Secrets encryption in Helm for Git storing"
description: |-
This plugin provides secrets values encryption for Helm charts secure storing
useTunnel: false
command: "$HELM_PLUGIN_DIR/scripts/run.sh"
platformCommand:
- os: windows
command: "cmd /c $HELM_PLUGIN_DIR\\scripts\\wrapper\\sh.cmd $HELM_PLUGIN_DIR\\scripts\\run.sh"
downloaders:
- command: "scripts/run.sh downloader"
protocols:
- "secrets"
- "secrets+gpg-import"
- "secrets+gpg-import-kubernetes"
- "secrets+age-import"
- "secrets+age-import-kubernetes"