diff --git a/heat/templates/configmap-etc.yaml b/heat/templates/configmap-etc.yaml index e89012d664..054e0321c2 100644 --- a/heat/templates/configmap-etc.yaml +++ b/heat/templates/configmap-etc.yaml @@ -47,12 +47,6 @@ limitations under the License. {{- if empty .Values.conf.heat.trustee.region_name -}} {{- $_ := set .Values.conf.heat.trustee "region_name" .Values.endpoints.identity.auth.heat_trustee.region_name -}} {{- end -}} -{{- if empty .Values.conf.heat.trustee.project_name -}} -{{- $_ := set .Values.conf.heat.trustee "project_name" .Values.endpoints.identity.auth.heat_trustee.project_name -}} -{{- end -}} -{{- if empty .Values.conf.heat.trustee.project_domain_name -}} -{{- $_ := set .Values.conf.heat.trustee "project_domain_name" .Values.endpoints.identity.auth.heat_trustee.project_domain_name -}} -{{- end -}} {{- if empty .Values.conf.heat.trustee.user_domain_name -}} {{- $_ := set .Values.conf.heat.trustee "user_domain_name" .Values.endpoints.identity.auth.heat_trustee.user_domain_name -}} {{- end -}}