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