From dbecd6747195db618ab62656903d643d2352bd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 22:57:43 +0000 Subject: [PATCH] modified: README.md modified: deploy/README.md renamed: deploy/rbac.yaml -> deploy/cicd-rbac.yaml --- README.md | 3 +-- deploy/README.md | 4 ++-- deploy/{rbac.yaml => cicd-rbac.yaml} | 0 3 files changed, 3 insertions(+), 4 deletions(-) rename deploy/{rbac.yaml => cicd-rbac.yaml} (100%) diff --git a/README.md b/README.md index 009a4b2..2075303 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Welcome to my Home Assistant setup repository. This repository documents and maintains the Home Assistant instance running in my home, hosted on casa server k3s cluster. -All essential containers, such as MQTT and speech recognition, are hosted on the same server for seamless integration. - +Related containers, such as MQTT and speech recognition, are hosted on same cluster. **Table of Contents:** diff --git a/deploy/README.md b/deploy/README.md index 5c335be..80439fa 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -44,8 +44,8 @@ All Environment variables requirements as set as secrets. [gitea workflow](../.gitea/workflows/deploy.yaml) -## RBAC +## cicd RBAC ```bash { cwd=../ } -kubectl apply -f ./deploy/rbac.yaml +kubectl apply -f ./deploy/cicd-rbac.yaml ``` diff --git a/deploy/rbac.yaml b/deploy/cicd-rbac.yaml similarity index 100% rename from deploy/rbac.yaml rename to deploy/cicd-rbac.yaml