
This adds a Dockerfile for an image which works as a Helm chart repository. Charts can be pulled from either pre-existing Helm repos or from git repos. Change-Id: I860394eea3c322f2b142ea00dd7cc0a6916c34d5
6 lines
86 B
YAML
6 lines
86 B
YAML
---
|
|
- name: download chart
|
|
get_url:
|
|
dest: /charts
|
|
url: "{{ chart['url'] }}"
|