SAP-samples / btp-cap-multitenant-saas

Sample project that demonstrates how to setup a multitenant application for a Software-as-a-Service scenario, leveraging the Kyma and Cloud Foundry Runtimes of the SAP Business Technology Platform. Developers learn how to implement their own CAP (mtxs) based SaaS app including an SaaS API and integration with various essential SAP BTP service of...
Apache License 2.0
75 stars 38 forks source link

Use susaas NS in example #44

Closed corey-aloia closed 2 months ago

corey-aloia commented 2 months ago

First off, I really like this e2e example, really great :)

when deploying to kyma, there are instructions to create and label a susaas namespace: kubectl create namespace susaas kubectl label namespace susaas istio-injection=enabled

but then in the further examples, it uses the "default" namespace. This PR aligns the helm release susaas to also be deployed in the susaas NS

alperdedeoglu commented 2 months ago

Thanks for your contribution corey-alioa, LGTM.