Merge branch 'feat/finish-nodeports' of https://github.com/alraddarla/openstack-helm into feat/finish-nodeports

This commit is contained in:
Darla Ahlert 2017-03-31 16:13:20 -05:00
commit 1326e3b92c

View File

@ -32,7 +32,6 @@ spec:
app: keystone-api app: keystone-api
selector: selector:
app: keystone-api app: keystone-api
{{ if .Values.network.api.node_port.enabled }} {{ if or (.Values.network.api.node_port.enabled) (.Values.network.admin.node_port.enabled) }}
{{ or .Values.network.admin.node_port.enabled}}
type: NodePort type: NodePort
{{ end }} {{ end }}