2017-08-16 21:34:37 +00:00
|
|
|
This example shows how it is possible to use a custom template
|
2017-03-08 12:02:13 +00:00
|
|
|
|
|
|
|
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`
|