woodpecker/cmd/agent
Stephen Muth 1816f6c715
Allow adding additional labels/annotations to kubernetes worker pods (#1510)
Example agent environment configuration using the new value:
```yaml
  - env:
    - name: WOODPECKER_BACKEND
      value: kubernetes
    - name: WOODPECKER_BACKEND_K8S_NAMESPACE
      value: default
    - name: WOODPECKER_BACKEND_K8S_POD_LABELS
      value: '{"sidecar.istio.io/inject":"false"}'
```
2022-12-31 01:37:09 +01:00
..
agent.go Change healtcheck port into address format, redo #1197 (#1423) 2022-11-19 13:06:51 +02:00
flags.go Allow adding additional labels/annotations to kubernetes worker pods (#1510) 2022-12-31 01:37:09 +01:00
health.go Change healtcheck port into address format, redo #1197 (#1423) 2022-11-19 13:06:51 +02:00
health_test.go Create agent/ package for backend agnostic logic (#338) 2021-09-23 16:58:12 +02:00
main.go Upgrade urfave/cli to v2 (#483) 2021-10-27 21:03:14 +02:00