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