Tadas Sutkaitis 30094ecc85
Cinder: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I7e3605d521e6b8e9485c76a06def866fff7c6029
2024-03-26 00:25:27 +02:00

10 lines
148 B
YAML

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