Commit e963e1cc authored by Michelle Noorali's avatar Michelle Noorali Committed by GitHub

Merge pull request #1381 from michelleN/fix-nginx-example

chore(docs): fix nginx example templates
parents 70b29a47 8b551d47
......@@ -15,7 +15,7 @@ metadata:
# This makes it easy to audit chart usage.
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec:
replicas: {{default 1 .Values.replicaCount | quote}}
replicas: {{default 1 .Values.replicaCount}}
template:
metadata:
labels:
......
......@@ -10,7 +10,7 @@ metadata:
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec:
ports:
- port: {{default 80 .Values.httpPort | quote}}
- port: {{default 80 .Values.httpPort}}
targetPort: 80
protocol: TCP
name: http
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment