Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 466 Bytes

File metadata and controls

31 lines (22 loc) · 466 Bytes

hello

  • Needs: >= v3.3
  • Image: python:alpine

This is the "hello world" plugin.

Example:

apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
  generateName: hello-example-
spec:
  entrypoint: main
  templates:
    - name: main
      plugin:
        hello: { }

Install:

kubectl apply -f hello-executor-plugin-configmap.yaml

Uninstall:

kubectl delete cm hello-executor-plugin