Add wordpress example for demonstrating variable reference

This commit is contained in:
Jingfang Liu
2018-06-08 11:25:19 -07:00
parent 900ac005dd
commit 1f8e56a210
10 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
bases:
- wordpress
- mysql
patches:
- patch.yaml
namePrefix: demo-
vars:
- name: WORDPRESS_SERVICE
objref:
kind: Service
name: wordpress
apiVersion: v1
- name: MYSQL_SERVICE
objref:
kind: Service
name: mysql
apiVersion: v1