Tadas Sutkaitis a4a8b460ac
Ironic: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: Ib2de0b5554db091b89f1c1eb242814f2859f9ee6
2024-03-27 09:20:45 +02:00

10 lines
148 B
YAML

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