Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 398 Bytes

helm-chart-generator

  • basic - A single container that generates helm chart and pushes all charts to Artifactory

  • sidecar - 2 containers in a pod. Main container responsible to generate charts and SideCar container responsible to push charts to Artifactory. This folder also includes helm chart

  • helper - This folder will include files / readme to reproduce steps

  • sidecar-cron - WIP