Bug: Fixs nodeport indentation in keystone and barbican

This PS fixes the nodeport indentation in keystone and barbican.

Change-Id: I3903fcf3b1a3309b6b5e6324053682e7418cb0bc
This commit is contained in:
Pete Birley 2017-08-11 09:17:57 -05:00
parent 920cb9aae5
commit 53966ecbe1
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ spec:
- name: b-api
port: {{ .Values.conf.barbican.barbican_api.barbican.config.bind_port }}
{{ if .Values.network.api.node_port.enabled }}
nodePort: .Values.network.api.node_port.port
nodePort: .Values.network.api.node_port.port
{{ end }}
selector:
{{ tuple $envAll "barbican" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}

View File

@ -26,12 +26,12 @@ spec:
- name: ks-pub
port: {{ .Values.network.api.port }}
{{ if .Values.network.api.node_port.enabled }}
nodePort: {{ .Values.network.api.node_port.port }}
nodePort: {{ .Values.network.api.node_port.port }}
{{ end }}
- name: ks-adm
port: {{ .Values.network.admin.port }}
{{ if .Values.network.admin.node_port.enabled }}
nodePort: {{ .Values.network.admin.node_port.port }}
nodePort: {{ .Values.network.admin.node_port.port }}
{{ end }}
selector:
{{ tuple $envAll "keystone" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}