woodpecker/cmd
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 Allow adding additional labels/annotations to kubernetes worker pods (#1510) 2022-12-31 01:37:09 +01:00
cli Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
server Fix spelling: gitlab (#1411) 2022-11-09 17:16:17 +01:00