mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 15:37:19 +00:00
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
15 lines
350 B
YAML
15 lines
350 B
YAML
builds:
|
|
- id: initContainer
|
|
main: ./cmd/initContainer
|
|
ldflags:
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
|
|
|
- id: kyverno
|
|
main: ./cmd/kyverno
|
|
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 }}'
|