b69e36e706
This PS adds a Senlin Chart Change-Id: Ibc831098a36861141a30bf2c9c03877ba32c6626
8 lines
216 B
YAML
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 }}
|