openstack-helm/mistral/values_overrides/annotations.yaml
Tadas Sutkaitis 0e8de24ccc
Mistral: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I9d6ac9bfdcabb24709b9d2a874712d675edd3b7c
2024-03-28 21:42:52 +02:00

10 lines
149 B
YAML

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