modified: README.md
All checks were successful
Casa Home Assistant CI/CD Pipeline / deploy (push) Successful in 18s

modified:   deploy/README.md
renamed:    deploy/rbac.yaml -> deploy/cicd-rbac.yaml
This commit is contained in:
2025-11-22 22:57:43 +00:00
parent 2881eb1167
commit dbecd67471
3 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,7 @@
Welcome to my Home Assistant setup repository. 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. 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:** **Table of Contents:**

View File

@@ -44,8 +44,8 @@ All Environment variables requirements as set as secrets.
[gitea workflow](../.gitea/workflows/deploy.yaml) [gitea workflow](../.gitea/workflows/deploy.yaml)
## RBAC ## cicd RBAC
```bash { cwd=../ } ```bash { cwd=../ }
kubectl apply -f ./deploy/rbac.yaml kubectl apply -f ./deploy/cicd-rbac.yaml
``` ```