common-ct-install.yaml 289 B

1234567891011
  1. remote: origin
  2. target-branch: master
  3. # Print helm debug output, contains the rendered k8s objects
  4. helm-extra-args: --timeout 600s --debug
  5. chart-yaml-schema: .github/ct-install-config/chart_schema.yaml
  6. debug: true
  7. chart-dirs:
  8. - library
  9. charts:
  10. - library/common-test
  11. excluded-charts: []