We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb71728 commit 422bddcCopy full SHA for 422bddc
1 file changed
Makefile
@@ -47,5 +47,8 @@ helm-install: $(HELM_TARGET)
47
--create-namespace \
48
--namespace mrmat-python-api-fastapi
49
50
+helm-uninstall:
51
+ helm delete -n mrmat-python-api-fastapi mrmat-python-api-fastapi
52
+
53
clean:
54
rm -rf build dist
0 commit comments