mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-03-29 13:11:45 +02: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