openstack-helm/magnum/values_overrides/annotations.yaml
Tadas Sutkaitis 07a2a814de
Magnum: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I8ee3cb362380104639f7134571e5839ddc3d50b8
2024-03-28 09:47:23 +02:00

10 lines
148 B
YAML

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