openstack-helm/designate/values_overrides/annotations.yaml
Tadas Sutkaitis e6f7fc31c0
Designate: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I521c74d9f064c73b90c822456e12476cd437b8a8
2024-03-26 21:27:01 +02:00

10 lines
151 B
YAML

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