ingress-nginx-helm/examples/customization/custom-template
Manuel de Brito Fontes 83cb03b51c Release 0.9-beta.5
2017-04-27 20:28:05 -03:00
..
custom-template.yaml Release 0.9-beta.5 2017-04-27 20:28:05 -03:00
README.md fix some broken links 2017-03-08 22:22:31 +01: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