openstack-helm/ceilometer/values_overrides/annotations.yaml
Tadas Sutkaitis dcc80fb3e7
Ceilometer: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I0487db75a9232dad0825ad26fb1221c9f13877d3
2024-03-25 23:46:49 +02:00

10 lines
156 B
YAML

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