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
This commit is contained in:
Tin Lam 2017-10-13 14:12:43 -05:00
parent 609ce478f5
commit 0d33692b5a

View File

@ -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 }}