openstack-helm/aodh/values_overrides/annotations.yaml
Tadas Sutkaitis 7f06b4f8aa
Aodh: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: If870c6820bb4ce37a3c41c7063a8492782891c12
2024-03-26 11:04:08 +02:00

10 lines
146 B
YAML

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