Tadas Sutkaitis 0f68af49eb
Placement: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: If6777ccf6ad201d13d762120a0f8d28b3a9e6878
2024-04-01 23:27:48 +03:00

10 lines
151 B
YAML

---
annotations:
pod:
default:
custom.tld/key: "value"
custom.tld/key2: "value2"
designate_api:
another.tld/foo: "bar"
...