[Fix] Fixing shipyard endpoints path name

fixing path helm-toolkit to shipyard

PS: https://review.opendev.org/#/c/671575/16

Change-Id: I73bf30e0c27365802b730d27e6ecfd28092de24e
This commit is contained in:
KHIYANI, RAHUL (rk0850) 2020-02-26 14:15:20 -06:00
parent 70410cc478
commit 29824c78b4
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ metadata:
name: {{ $secretName }} name: {{ $secretName }}
type: Opaque type: Opaque
data: data:
RABBITMQ_CONNECTION: {{ tuple "oslo_messaging" "internal" "user" "amqp" $envAll | include "helm-toolkit.endpoints.authenticated_transport_endpoint_uri_lookup" | b64enc }} RABBITMQ_CONNECTION: {{ tuple "oslo_messaging" "internal" "user" "amqp" $envAll | include "shipyard.endpoints.authenticated_transport_endpoint_uri_lookup" | b64enc }}
{{- end }} {{- end }}