Tadas Sutkaitis 5002bea34f
Keystone: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I5dcc4dbf21b0079de5b503e54cd79196caf3a0b0
2024-03-27 09:25:05 +02:00

10 lines
150 B
YAML

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