2022-08-25 18:32:40 +00:00
|
|
|
builds:
|
|
|
|
- id: initContainer
|
|
|
|
main: ./cmd/initContainer
|
|
|
|
ldflags:
|
2022-08-26 13:40:27 +00:00
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2022-08-25 18:32:40 +00:00
|
|
|
|
|
|
|
- id: kyverno
|
|
|
|
main: ./cmd/kyverno
|
|
|
|
ldflags:
|
2022-08-26 13:40:27 +00:00
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2022-08-25 18:32:40 +00:00
|
|
|
|
|
|
|
- id: cli
|
|
|
|
main: ./cmd/cli
|
|
|
|
ldflags:
|
2022-08-26 13:40:27 +00:00
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2023-01-24 21:45:32 +00:00
|
|
|
|
|
|
|
- id: cleanup-controller
|
|
|
|
main: ./cmd/cleanup-controller
|
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|