mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
11 lines
258 B
Makefile
11 lines
258 B
Makefile
export NAME=coredns
|
|
export NAMESPACE=kube-system
|
|
|
|
include ../../../scripts/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add cozy-coredns https://coredns.github.io/helm
|
|
helm repo update cozy-coredns
|
|
helm pull cozy-coredns/coredns --untar --untardir charts
|