Tadas Sutkaitis ccfffccbbc
Glance: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I7f48eebec0050a614d393054ac2ac0b26c40a4ee
2024-03-26 21:38:09 +02:00

10 lines
148 B
YAML

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