openstack-helm/senlin/templates/secret-db-root.env.yaml
Pete Birley b69e36e706 Senlin
This PS adds a Senlin Chart

Change-Id: Ibc831098a36861141a30bf2c9c03877ba32c6626
2017-05-02 04:34:20 -05:00

8 lines
216 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: senlin-db-root
type: Opaque
data:
DB_CONNECTION: {{ tuple "oslo_db" "internal" "admin" "mysql" . | include "helm-toolkit.authenticated_endpoint_uri_lookup" | b64enc }}