Add support for variable subsitution in Ingress hosts

This commit is contained in:
Steffen Kreutz
2018-11-29 10:17:37 +01:00
parent 8a8331bf57
commit 252cf3723c
8 changed files with 131 additions and 0 deletions

View File

@@ -81,5 +81,11 @@ varReference:
- path: spec/containers/env/value
kind: Pod
- path: spec/rules/host
kind: Ingress
- path: spec/tls/hosts
kind: Ingress
`
)