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:
parent
609ce478f5
commit
0d33692b5a
@ -23,7 +23,7 @@ metadata:
|
|||||||
name: {{ tuple "ldap" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }}
|
name: {{ tuple "ldap" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: db
|
- name: ldap
|
||||||
port: {{ tuple "ldap" "internal" "ldap" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
port: {{ tuple "ldap" "internal" "ldap" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||||
selector:
|
selector:
|
||||||
{{ tuple $envAll "ldap" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
{{ tuple $envAll "ldap" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user