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