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