openstack-helm/keystone/values_overrides/annotations.yaml
Tadas Sutkaitis 1df157aa08
Enable custom secret annotations
Enable custom annotations for secrets [identity, oslo_db, oslo_messaging, oci_image_registry, tls + other per chart specific]

Change-Id: I843e665f71aeb171185845e1d6f0a18fab030061
2024-04-22 23:31:27 +03:00

32 lines
628 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"
secret:
default:
custom.tld/key: "value"
custom.tld/key2: "value2"
identity:
admin:
another.tld/foo: "bar"
oci_image_registry:
keystone:
custom.tld/key: "value"
tls:
identity_api_public:
custom.tld/key: "value"
ldap:
tls:
custom.tld/key: "value"
...