From 0d33692b5ab4ffaf6e46e6f3f4a4acb62f2d120b Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 13 Oct 2017 14:12:43 -0500 Subject: [PATCH] Fix port reference name This patch set fixes reference from "db" to "ldap" in the OpenLDAP chart to properly reflect the nature of the chart. Trivial Fix Change-Id: I9b1f1d4d89b4c15518bf004665758f3c89c93ade --- ldap/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/templates/service.yaml b/ldap/templates/service.yaml index bb789e88e3..353db51c86 100644 --- a/ldap/templates/service.yaml +++ b/ldap/templates/service.yaml @@ -23,7 +23,7 @@ metadata: name: {{ tuple "ldap" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }} spec: ports: - - name: db + - name: ldap port: {{ tuple "ldap" "internal" "ldap" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} selector: {{ tuple $envAll "ldap" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}