Skip to content

Commit b515a04

Browse files
committed
Changed the namespace
1 parent f9069cb commit b515a04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,17 @@ container: $(PYTHON_TARGET) $(CONTAINER_SOURCES)
3939
docker push localhost:5001/mrmat-python-api-fastapi:$(VERSION)
4040

4141
helm-install: $(HELM_TARGET)
42+
kubectl create ns mpafastapi || true
43+
kubectl label --overwrite ns mpafastapi istio-injection=true
4244
helm upgrade \
4345
mrmat-python-api-fastapi \
4446
${HELM_TARGET} \
4547
--install \
4648
--force \
47-
--create-namespace \
48-
--namespace mrmat-python-api-fastapi
49+
--namespace mpafastapi
4950

5051
helm-uninstall:
51-
helm delete -n mrmat-python-api-fastapi mrmat-python-api-fastapi
52+
helm delete -n mpafastapi mrmat-python-api-fastapi
5253

5354
clean:
5455
rm -rf build dist

0 commit comments

Comments
 (0)