openstack-helm/horizon/values_overrides/annotations.yaml
Tadas Sutkaitis 04cb07626e
Horizon: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I097391183c0ca2761a3691f44863b687b0a4ab98
2024-03-27 09:16:40 +02:00

10 lines
145 B
YAML

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