Bug: Fixes in nodeport indentation and missing brackets
This PS fixes indentation and some missing {{ }} brackets in barbican, glance, and nova Change-Id: I3f0c9afed8693662a7bc9e8df3b8f384b76243bb
This commit is contained in:
parent
a95845062f
commit
2b683908c2
@ -26,7 +26,7 @@ spec:
|
|||||||
- name: b-api
|
- name: b-api
|
||||||
port: {{ .Values.conf.barbican.barbican_api.barbican.config.bind_port }}
|
port: {{ .Values.conf.barbican.barbican_api.barbican.config.bind_port }}
|
||||||
{{ if .Values.network.api.node_port.enabled }}
|
{{ if .Values.network.api.node_port.enabled }}
|
||||||
nodePort: .Values.network.api.node_port.port
|
nodePort: {{ .Values.network.api.node_port.port }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
selector:
|
selector:
|
||||||
{{ tuple $envAll "barbican" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
{{ tuple $envAll "barbican" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||||
|
@ -26,7 +26,7 @@ spec:
|
|||||||
- name: g-api
|
- name: g-api
|
||||||
port: {{ .Values.conf.glance.default.glance.api.bind_port }}
|
port: {{ .Values.conf.glance.default.glance.api.bind_port }}
|
||||||
{{ if .Values.network.api.node_port.enabled }}
|
{{ if .Values.network.api.node_port.enabled }}
|
||||||
nodePort: .Values.network.api.node_port.port
|
nodePort: {{ .Values.network.api.node_port.port }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
selector:
|
selector:
|
||||||
{{ tuple $envAll "glance" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
{{ tuple $envAll "glance" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user