Skip to content

argoproj-labs/argo-workflows-hello-executor-plugin

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages