openstack-helm/masakari/values_overrides/annotations.yaml
Tadas Sutkaitis ce24c258b8
Masakari: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: Iad06052c25127d86ef6bc3ce65f08d15dbeb0bdc
2024-03-28 21:38:58 +02:00

10 lines
150 B
YAML

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