04cb07626e
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I097391183c0ca2761a3691f44863b687b0a4ab98
10 lines
145 B
YAML
10 lines
145 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
horizon:
|
|
another.tld/foo: "bar"
|
|
...
|