8c29949c0d
This PS updates the way helm-toolkit functions are named to reference the full path they are loacted at. This should make development and debugging easier. Addtionally unused functions have been pruned as well. Change-Id: I03c553f1d01bccc70c86768b416b147c90d9b2f0
8 lines
226 B
YAML
8 lines
226 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.endpoints.authenticated_endpoint_uri_lookup" | b64enc }}
|