You've already forked Docker-OSX
mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-02 18:53:31 -05:00
Kubernetes helm chart submission! Thanks @cephasara
This commit is contained in:
9
helm/helm-chart-generate.sh
Executable file
9
helm/helm-chart-generate.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Author: sick.codes
|
||||
# License: GPLv3+
|
||||
# Repo: https://github.com/sickcodes/Docker-OSX/
|
||||
# cd ../helm
|
||||
|
||||
rm -f docker-osx-*.tgz
|
||||
helm package .
|
||||
helm repo index . --url https://sickcodes.github.io/Docker-OSX/helm/
|
Reference in New Issue
Block a user