1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-20 13:16:18 +00:00
woodpecker/charts
Stephen Muth 1816f6c715
Allow adding additional labels/annotations to kubernetes worker pods ()
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
..
woodpecker-agent Allow adding additional labels/annotations to kubernetes worker pods () 2022-12-31 01:37:09 +01:00
woodpecker-server Use editorconfig-checker () 2022-06-17 12:03:34 +02:00