ingress-nginx-helm/controllers/nginx/examples/custom-template/README.md

10 lines
268 B
Markdown
Raw Normal View History

2016-04-30 15:34:33 +00:00
This example shows how is possible to use a custom template
First create a configmap with a template inside running:
```
kubectl create configmap nginx-template --from-file=nginx.tmpl=../../nginx.tmpl
```
Next create the rc `kubectl create -f custom-template.yaml`