aboutsummaryrefslogtreecommitdiff
path: root/.dreck.yaml
blob: 352896239154ddf49d91b085949ad54ca761b053 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
features:
  - aliases
  - exec

aliases:
  - |
    /plugin (.*) -> /label plugin/$1
  - |
    /wai -> /label works as intended
  - |
    /release (.*) -> /exec /opt/bin/release-coredns $1
  - |
    /docker (.*) -> /exec /opt/bin/docker-coredns $1