22 lines
632 B
YAML
22 lines
632 B
YAML
name: "secrets"
|
|
version: "3.15.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:
|
|
- "sops"
|
|
- "secret"
|
|
- "secrets"
|
|
- "secrets+gpg-import"
|
|
- "secrets+gpg-import-kubernetes"
|
|
- "secrets+age-import"
|
|
- "secrets+age-import-kubernetes"
|