Skip to content

Commit

Permalink
correctly quote strings in add-on tpls
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsie committed Apr 26, 2017
1 parent d65bbbc commit a9ce6c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/kube-dns-controller.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: kube-dns
kubernetes.io/cluster-service: "true"
kubernetes.io/cluster-service: 'true'
spec:
# replicas: not specified here:
# 1. In order to make Addon Manager do not reconcile this replicas parameter.
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
- --v=2
env:
- name: PROMETHEUS_PORT
value: "10055"
value: '10055'
ports:
- containerPort: 10053
name: dns-local
Expand Down
2 changes: 1 addition & 1 deletion addons/kube-dns-service.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: kube-dns
kubernetes.io/cluster-service: "true"
kubernetes.io/cluster-service: 'true'
kubernetes.io/name: "KubeDNS"
spec:
selector:
Expand Down

0 comments on commit a9ce6c0

Please sign in to comment.