-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
86 lines (86 loc) · 1.81 KB
/
plugin.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
name: kubernetes
description: Runs Buildkite Steps as Kubernetes Jobs
author: https://github.com/muhlba91
requirements:
- jq
- jsonnet
- kubectl
configuration:
properties:
image:
type: string
always-pull:
type: boolean
command:
type: array
entrypoint:
type: array
environment:
type: array
environment-from-secret:
type: [string, array]
init-environment-from-secret:
type: [string, array]
init-image:
type: string
mount-hostpath:
type: [string, array]
mount-secret:
type: [string, array]
privileged:
type: boolean
git-credentials-secret-name:
type: string
git-credentials-secret-key:
type: string
git-ssh-secret-name:
type: string
git-ssh-secret-key:
type: string
agent-token-secret-name:
type: string
agent-token-secret-key:
type: string
default-secret-name:
type: string
build-path-host-path:
type: string
build-path-pvc:
type: string
git-mirrors-host-path:
type: string
workdir:
type: string
patch:
type: string
resources-request-cpu:
type: string
resources-limit-cpu:
type: string
resources-request-memory:
type: string
resources-limit-memory:
type: string
service-account-name:
type: string
use-agent-node-affinity:
type: boolean
print-resulting-job-spec:
type: boolean
default: false
job-backoff-limit:
type: integer
default: 0
job-ttl-seconds-after-finished:
type: integer
default: 86400
jobs-cleanup-via-plugin:
type: boolean
default: true
job-cleanup-after-finished-via-plugin:
type: boolean
default: true
required:
- image
additionalProperties: false