Tadas Sutkaitis 6870a64783
Neutron: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: Icdc99552dd45096428f836981401635c2409d0e8
2024-03-28 22:03:02 +02:00

10 lines
152 B
YAML

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