forked from kyverno/kyverno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ko.yaml
30 lines (25 loc) · 759 Bytes
/
.ko.yaml
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
builds:
- id: kyverno
main: ./cmd/kyverno
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
- id: kyverno-init
main: ./cmd/kyverno-init
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
- id: cli
main: ./cmd/cli
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
- id: cleanup-controller
main: ./cmd/cleanup-controller
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
- id: reports-controller
main: ./cmd/reports-controller
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
- id: background-controller
main: ./cmd/background-controller
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'