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 18:27:18 +00:00
|
|
|
|
|
|
|
- id: cleanup-controller
|
|
|
|
main: ./cmd/cleanup-controller
|
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2023-01-26 09:03:11 +00:00
|
|
|
|
|
|
|
- id: reports-controller
|
|
|
|
main: ./cmd/reports-controller
|
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
|
|
|
|
|
|
|
- id: updaterequest-controller
|
|
|
|
main: ./cmd/updaterequest-controller
|
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|