07a2a814de
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I8ee3cb362380104639f7134571e5839ddc3d50b8
10 lines
148 B
YAML
10 lines
148 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
magnum_api:
|
|
another.tld/foo: "bar"
|
|
...
|