Tadas Sutkaitis 027f1b64c7
Monasca: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: Ia1e1d54e9fdaaed4b3af4b67e79e6615d37167c9
2024-03-28 21:50:17 +02:00

10 lines
149 B
YAML

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