зеркало из https://github.com/Azure/orkestra.git
Custom executor example (#408)
Signed-off-by: Nitish Malhotra <nitish.malhotra@gmail.com>
This commit is contained in:
Родитель
50ad731f98
Коммит
01a609477f
|
@ -0,0 +1,25 @@
|
||||||
|
apiVersion: orkestra.azure.microsoft.com/v1alpha1
|
||||||
|
kind: ApplicationGroup
|
||||||
|
metadata:
|
||||||
|
name: bookinfo
|
||||||
|
spec:
|
||||||
|
applications:
|
||||||
|
- name: bookinfo
|
||||||
|
spec:
|
||||||
|
chart:
|
||||||
|
url: "https://nitishm.github.io/charts"
|
||||||
|
name: bookinfo
|
||||||
|
version: v1
|
||||||
|
release:
|
||||||
|
targetNamespace: bookinfo
|
||||||
|
workflow:
|
||||||
|
- name: generic-executor
|
||||||
|
type: custom
|
||||||
|
image:
|
||||||
|
name: generic-executor
|
||||||
|
image: nmalhotra/generic:latest
|
||||||
|
params:
|
||||||
|
data:
|
||||||
|
foo: bar
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче