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