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