We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08d1a0 commit b68a4caCopy full SHA for b68a4ca
javahttpclient-chart/templates/configmap.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
kind: ConfigMap
3
metadata:
4
- name: {{ .Values.deploymentName }}-config
+ name: {{ .Values.deploymentname }}-config
5
data:
6
application.properties: |
7
# Endpoints
javahttpclient-chart/templates/gateway.yaml
@@ -22,4 +22,6 @@ spec:
22
name: http
23
protocol: HTTP
24
hosts:
25
- - {{ .Values.istio.host }}
+ {{- range .Values.hosts }}
26
+ - {{ . }}
27
+ {{- end }}
0 commit comments