openstack-helm/nova/values_overrides/annotations.yaml
Tadas Sutkaitis be3f61fa4b
Nova: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I0a301876c2758d8dd365312538471a1e2fef4c3e
2024-04-01 23:17:18 +03:00

10 lines
152 B
YAML

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