Just one binary helmule
This commit is contained in:
19
example/helmule.yaml
Normal file
19
example/helmule.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
repositories:
|
||||
- name: grafana
|
||||
helm:
|
||||
url: https://grafana.github.io/helm-charts
|
||||
|
||||
charts:
|
||||
- name: k8s-monitoring
|
||||
repository: grafana
|
||||
mirrors:
|
||||
- custom-command
|
||||
mirrors:
|
||||
- name: custom-commands
|
||||
custom_command:
|
||||
package:
|
||||
- mkdir -p /tmp/repository
|
||||
- helm package -d package .
|
||||
upload:
|
||||
- mv ./package/{{ name }}-{{ version }}.tgz /tmp/repository
|
||||
- rm -rf ./package
|
Reference in New Issue
Block a user