diff --git a/bindata/bootkube/bootstrap-manifests/etcd-member-pod.yaml b/bindata/bootkube/bootstrap-manifests/etcd-member-pod.yaml index a3097ebe6d..fb0994e858 100644 --- a/bindata/bootkube/bootstrap-manifests/etcd-member-pod.yaml +++ b/bindata/bootkube/bootstrap-manifests/etcd-member-pod.yaml @@ -138,7 +138,10 @@ spec: mountPath: /run/etcd/ - name: certs mountPath: /etc/ssl/etcd/ - ports: + + env: +{{.ComputedEnvVars }} + ports: - name: metric containerPort: 9979 protocol: TCP