From dc3066f2ed52ca5b72e45b325d7e978bd0bce7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 29 Oct 2025 13:01:47 +0100 Subject: [PATCH] docs: How to push new updates --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbe9639f..c1d0983d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Manifests +> [!note] +> For CI/CD to push updates to this repo add your repo [here](https://gitlab.com/oceanbox/alpine-k8s/-/settings/ci_cd#js-token-access) + Manifest repo managed using [Helmfile](https://github.com/helmfile/helmfile). Repository structure: @@ -17,14 +20,14 @@ Repository structure: │ │ │ ├── dashboards # Grafana dashboards │ │ │ │ └── -metrics.yaml │ │ │ └── policies # Cilium and Kyverno policies -│ │ │ ├── CiliumNetworkPolicy-allow-api-server.yaml -│ │ │ └── KyvernoPolicy-regred-secret.yaml +│ │ │ ├── CiliumNetworkPolicy-allow-api-server.yaml +│ │ │ └── KyvernoPolicy-regred-secret.yaml │ │ └── values # Values for each environment │ │ ├── -staging.yaml.gotmpl # Values for staging environment │ │ ├── -prod.yaml.gotmpl # Values for prod environment │ │ └── .yaml.gotmpl # Standard values for all environments │ │ │ ├── env.yaml # Standard values for all cluster -│ ├── env-oceanbox.yaml # Values overrides for oceanbox +│ ├── env-oceanbox.yaml # Values overrides for oceanbox │ ├── env-ekman.yaml # Values overrides for ekman ```