be3f61fa4b
Enable custom annotations for pods [deployments, daemonsets] Change-Id: I0a301876c2758d8dd365312538471a1e2fef4c3e
10 lines
152 B
YAML
10 lines
152 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
nova_api_osapi:
|
|
another.tld/foo: "bar"
|
|
...
|