adapt owncloud helm chart from mumme-it/owncloud
This commit is contained in:
5
sync-helm-index
Executable file
5
sync-helm-index
Executable file
@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
chart=${1}
|
||||
|
||||
helm package $chart -d .packaged && helm repo index .packaged
|
Reference in New Issue
Block a user