openstack-helm/barbican/values_overrides/annotations.yaml
Tadas Sutkaitis 1f073e5352
Barbican: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I88e692fcf63a4606fde7ec7ecaeacfdbf90c9f09
2024-03-26 00:26:04 +02:00

10 lines
150 B
YAML

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