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