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

9 lines
270 B
Markdown
Raw Normal View History

This example shows how it 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`