openstack-helm/heat/values_overrides/annotations.yaml
Tadas Sutkaitis 2bcf0fe961
Heat: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I0a2c7f1320e4f5bb28760795a83f373987f5b146
2024-03-27 09:11:34 +02:00

10 lines
146 B
YAML

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