From b0c544c7d72acd2881ed598d898aa72c5fb1aed1 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 30 May 2022 20:56:17 +0300 Subject: [PATCH] How to spin up multiple stacks Signed-off-by: Stefan Prodan --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f39a10..b426d6f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ spec: Note that the above configuration is compatible with Flux [multi-tenancy lockdown mode](https://fluxcd.io/docs/installation/#multi-tenancy-lockdown). +To spin up multiple stacks, make a copy the above file, replace `msdemo` with `msdemo1` in +the multi-doc YAML and add it to your repository. + ## Update microservices To trigger a rolling deployment of all microservices, add the following patch to your `msdemo` Kustomization,