openstack-helm/manila/values_overrides/annotations.yaml
Tadas Sutkaitis 7b5b9ca67f
Manila: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I6440f9dbc0aaa5e6f084c43c08589543a6c9be76
2024-03-28 09:58:08 +02:00

10 lines
148 B
YAML

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