1df157aa08
Enable custom annotations for secrets [identity, oslo_db, oslo_messaging, oci_image_registry, tls + other per chart specific] Change-Id: I843e665f71aeb171185845e1d6f0a18fab030061
23 lines
426 B
YAML
23 lines
426 B
YAML
---
|
|
annotations:
|
|
pod:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
manila_api:
|
|
another.tld/foo: "bar"
|
|
secret:
|
|
default:
|
|
custom.tld/key: "value"
|
|
custom.tld/key2: "value2"
|
|
identity:
|
|
admin:
|
|
another.tld/foo: "bar"
|
|
oci_image_registry:
|
|
manila:
|
|
custom.tld/key: "value"
|
|
tls:
|
|
share_api_public:
|
|
custom.tld/key: "value"
|
|
...
|