Fix cert-manager Makefile

This commit is contained in:
Marian Koreniuk
2024-04-17 23:20:41 +03:00
committed by GitHub
parent 451e124c56
commit 3d0f65ff98

View File

@@ -7,4 +7,4 @@ update:
rm -rf charts
helm repo add jetstack https://charts.jetstack.io
helm repo update jetstack
helm pull jetstack/$(NAME) --untar --untardir charts
helm pull jetstack/cert-manager --untar --untardir charts