93e3297a2f
This commit updates the Nova DB init jobs to match those of other OpenStack Helm Services, it completes the work to move away from Ansible for DB management. Change-Id: I2e53846f917a56448392cfebe5d8548f96e3eed2
8 lines
214 B
YAML
8 lines
214 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: nova-db-root
|
|
type: Opaque
|
|
data:
|
|
DB_CONNECTION: {{ tuple "oslo_db" "internal" "admin" "mysql" . | include "helm-toolkit.authenticated_endpoint_uri_lookup" | b64enc }}
|