-
-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathplugin.yaml
More file actions
25 lines (24 loc) · 747 Bytes
/
plugin.yaml
File metadata and controls
25 lines (24 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: "secrets"
version: "4.8.0-dev"
usage: "Secrets encryption in Helm for Git storing"
description: |-
This plugin provides secrets values encryption for Helm charts secure storing
useTunnel: false
platformCommand:
- os: windows
command: >-
cmd.exe /D /E:ON /V:ON /C !HELM_PLUGIN_DIR!\scripts\wrapper\run.cmd
- os: linux
command: "$HELM_PLUGIN_DIR/scripts/run.sh"
- os: darwin
command: "$HELM_PLUGIN_DIR/scripts/run.sh"
- command: "$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"
- "secrets+literal"