From e2af1bb0572ddeb3f0ce4574ee8bfdd82d496ea0 Mon Sep 17 00:00:00 2001 From: Ludovic Piot Date: Tue, 10 Jun 2025 12:51:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixing=20TEST=20emphasis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/M6-R01-flux_configure-ROCKY-deployment.md | 8 ++++---- slides/k8s/M6-T03-installing-tenants.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/slides/k8s/M6-R01-flux_configure-ROCKY-deployment.md b/slides/k8s/M6-R01-flux_configure-ROCKY-deployment.md index c2dd4245..a59eb021 100644 --- a/slides/k8s/M6-R01-flux_configure-ROCKY-deployment.md +++ b/slides/k8s/M6-R01-flux_configure-ROCKY-deployment.md @@ -1,17 +1,17 @@ # R01- Configuring **_🎸ROCKY_** deployment with Flux -The **_⚙️OPS_** team manages 2 distinct envs: _**⚗️TEST**_ et _**🚜PROD**_ +The **_⚙️OPS_** team manages 2 distinct envs: **_⚗️TEST_** et _**🚜PROD**_ Thanks to _Kustomize_ 1. it creates a **_base_** common config - 2. this common config is overwritten with a _**⚗️TEST**_ _tenant_-specific configuration + 2. this common config is overwritten with a **_⚗️TEST_** _tenant_-specific configuration 3. the same applies with a _**🚜PROD**_-specific configuration > 💡 This seems complex, but no worries: Flux's CLI handles most of it. --- -## Creating the **_🎸ROCKY_**-dedicated _tenant_ in _**⚗️TEST**_ env +## Creating the **_🎸ROCKY_**-dedicated _tenant_ in **_⚗️TEST_** env - Using the `flux` _CLI_, we create the file configuring the **_🎸ROCKY_** team's dedicated _tenant_… - … this file takes place in the `base` common configuration for both envs @@ -128,7 +128,7 @@ k8s@shpod:~/fleet-config-using-flux-XXXXX$ \ --- -## Adding a kustomize patch for _**⚗️TEST**_ cluster deployment +## Adding a kustomize patch for **_⚗️TEST_** cluster deployment 💡 Remember the DRY strategy! diff --git a/slides/k8s/M6-T03-installing-tenants.md b/slides/k8s/M6-T03-installing-tenants.md index 80223ea1..48523e28 100644 --- a/slides/k8s/M6-T03-installing-tenants.md +++ b/slides/k8s/M6-T03-installing-tenants.md @@ -134,7 +134,7 @@ kustomization/tenant-test False False What the **_⚙️OPS_** team has to do: -- 🔧 Create a dedicated `rocky` _tenant_ for _**⚗️TEST**_ and **_🏭PROD_** envs on the cluster +- 🔧 Create a dedicated `rocky` _tenant_ for **_⚗️TEST_** and **_🏭PROD_** envs on the cluster - 🔧 Create the `Flux` source pointing to the `Github` repository embedding the **_🎸ROCKY_** app source code