-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yaml
More file actions
40 lines (40 loc) · 1010 Bytes
/
plugin.yaml
File metadata and controls
40 lines (40 loc) · 1010 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
name: "azure-tpl"
version: "0.63.9"
usage: "applies azure information into your helm files"
description: |-
see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md
ignoreFlags: false
platformCommand:
###########################
# Linux
- os: linux
arch: amd64
command: "$HELM_PLUGIN_DIR/helm-azure-tpl"
- os: linux
arch: arm64
command: "$HELM_PLUGIN_DIR/helm-azure-tpl"
###########################
# osx
- os: darwin
arch: amd64
command: "$HELM_PLUGIN_DIR/helm-azure-tpl"
- os: darwin
arch: arm64
command: "$HELM_PLUGIN_DIR/helm-azure-tpl"
###########################
# Windows
- os: windows
arch: amd64
command: "$HELM_PLUGIN_DIR/helm-azure-tpl.exe"
- os: windows
arch: arm64
command: "$HELM_PLUGIN_DIR/helm-azure-tpl.exe"
hooks:
install: "bash $HELM_PLUGIN_DIR/install.sh"
update: "bash $HELM_PLUGIN_DIR/install.sh force"
downloaders:
- command: "plugin.sh"
protocols:
- "azuretpl"
- "azure-tpl"