mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
install go-replace before using it (#571)
needs this or at least deps:go-replace.
This commit is contained in:
parent
896f9dd5b7
commit
b17621cf73
@ -48,6 +48,7 @@ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b .bin
|
|||||||
|
|
||||||
# Create chart
|
# Create chart
|
||||||
PATH=$PATH:$PWD/.bin
|
PATH=$PATH:$PWD/.bin
|
||||||
|
task deps:install
|
||||||
task chart:create CHART=chart_name
|
task chart:create CHART=chart_name
|
||||||
# Don't forgot edit some chart informations in charts/char_name/Chart.yaml and charts/char_name/values.yaml
|
# Don't forgot edit some chart informations in charts/char_name/Chart.yaml and charts/char_name/values.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user