openstack-helm/senlin/values_overrides/annotations.yaml
Tadas Sutkaitis 4bc719c4b6
Senlin: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I338097a1b7fee756c8a07f9d518d9af707bab215
2024-04-01 23:34:26 +03:00

10 lines
148 B
YAML

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