From c75545199f1dd3711d5e78e72d6b84bc100e26cc Mon Sep 17 00:00:00 2001 From: Massimiliano Giovagnoli Date: Sat, 30 Dec 2023 16:25:14 +0100 Subject: [PATCH] chore(readme.md): cleanup development disclaimer Signed-off-by: Massimiliano Giovagnoli --- .github/workflows/lint-charts.yml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint-charts.yml b/.github/workflows/lint-charts.yml index 85bda23..0f25162 100644 --- a/.github/workflows/lint-charts.yml +++ b/.github/workflows/lint-charts.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 - name: Linting Chart - run: helm lint ./charts/capsule + run: helm lint ./charts/capsule-addon-fluxcd - name: Setup Chart Linting id: lint uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 diff --git a/README.md b/README.md index 2f58f71..f95358e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ # Capsule addon for Flux CD -> This project is in **development phase**. - This addon enables smooth integration of multi-tenancy in Kubernetes with [Capsule](https://capsule.clastix.io/), the GitOps-way with [Flux CD](https://fluxcd.io/). In particular enables `Tenant`s to manage their resources, including creating `Namespace`s, respecting the Flux [multi-tenancy lockdown](https://fluxcd.io/flux/installation/configuration/multitenancy/).