/poc-argoworkflows

Primary LanguageMustacheDo What The F*ck You Want To Public LicenseWTFPL

POC project for Argo Workflows

Reference documents

  1. Workflow-related CRD specifications
  2. Sensor CRD specification

Steps taken

Helm installation

  1. Add the Helm repo
    helm repo add argo https://argoproj.github.io/argo-helm;
  2. Search for the argo/argo-workflows Helm chart
    helm search repo argo-workflows
    
    # sample output
    NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                       
    argo/argo-workflows     0.40.3          v3.5.2          A Helm chart for Argo Workflows
  3. Added correct version (`0.40.3`` in above example output) as a chart dependency
  4. Run helm dep update