Skip to content

Commit

Permalink
Custom executor example (#408)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Malhotra <nitish.malhotra@gmail.com>
  • Loading branch information
nitishm committed Nov 9, 2021
1 parent 50ad731 commit 01a6094
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/custom/generic-bookinfo.yaml
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 01a6094

Please sign in to comment.