![Tadas Sutkaitis](/assets/img/avatar_default.png)
Enable custom annotations for pods [deployments, daemonsets] Change-Id: If6777ccf6ad201d13d762120a0f8d28b3a9e6878
10 lines
151 B
YAML
10 lines
151 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
designate_api:
|
|
another.tld/foo: "bar"
|
|
...
|