Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 881 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 881 Bytes

AI-RHDH Standard Pipelines

These pipelines are in standard tekton format. They can be found in ./pac/pipelines and ./pac/tasks.

This pipeline was forked and customized from the RHTAP pipeline definition and plans to act standalone from RHTAP.

Backstage

Modify the template placeholders to match your backstage template vars Note, PaC also has {{variables}} and you should not modify those.

  • {{values.appName}} -> ${{ values.appName }}
  • {{values.dockerfileLocation}}-> ${{ values.dockerfileLocation }}
  • {{values.namespace}}-> ${{ values.namespace }}
  • {{values.image}}-> ${{ values.image }}
  • {{values.namespace}}-> ${{ values.namespace }}
  • {{values.buildContext}}-> ${{ values.buildContext }}
  • {{values.repoURL}}-> ${{values.repoURL}}