Skip to content

Commit b68a4ca

Browse files
author
wlanboy
committed
fixing names
1 parent a08d1a0 commit b68a4ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

javahttpclient-chart/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: ConfigMap
33
metadata:
4-
name: {{ .Values.deploymentName }}-config
4+
name: {{ .Values.deploymentname }}-config
55
data:
66
application.properties: |
77
# Endpoints

javahttpclient-chart/templates/gateway.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ spec:
2222
name: http
2323
protocol: HTTP
2424
hosts:
25-
- {{ .Values.istio.host }}
25+
{{- range .Values.hosts }}
26+
- {{ . }}
27+
{{- end }}

0 commit comments

Comments
 (0)