Tadas Sutkaitis af62b18599
Cyborg: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: Ie81ad2f8ad184549ad464bf5993294ca361ef1e9
2024-03-26 18:37:25 +02:00

10 lines
148 B
YAML

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