openstack-helm/keystone/values_overrides/annotations.yaml
Doug Goldstein 3458483fab keystone: allow custom annotations on jobs
Depends-On: I5d60fe849e172c19d865b614c3c44ea618f92f20
Change-Id: I2b2b9bcf6d7dd6e7513bd76ca6714acc77eb86d1
Signed-off-by: Doug Goldstein <doug.goldstein@rackspace.com>
2024-04-05 21:59:30 -05:00

16 lines
292 B
YAML

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