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

@@ -0,0 +1,13 @@
resources:
- deployment.yaml
- ingress.yaml
- service.yaml
vars:
- name: DEPLOYMENT_NAME
objref:
apiVersion: apps/v1
kind: Deployment
name: nginx
fieldref:
fieldpath: metadata.name