add tutorial for custom images transformer

This commit is contained in:
Karen Bradshaw
2019-03-31 16:26:11 -04:00
parent 8c23db47a7
commit 237c54f47e
5 changed files with 245 additions and 6 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: config/v1
kind: MyKind
metadata:
name: testSvc
spec:
runLatest:
container:
image: crd-image
containers:
- image: docker
name: ecosystem
- image: my-mysql
name: testing-1
---
group: apps
apiVersion: v1
kind: Deployment
metadata:
name: deploy1
spec:
template:
spec:
initContainers:
- name: nginx2
image: my-app
- name: init-alpine
image: alpine:1.8.0