44f30ec03f
Fixes inconsistent variable naming across the codebase by standardizing all secret keys to use SCREAMING_SNAKE_CASE format. **Changes:** - homeassistant-url → HOMEASSISTANT_URL - homeassistant-token → HOMEASSISTANT_TOKEN - database-uri → DATABASE_URI - pgtuner-exclude-userids → PGTUNER_EXCLUDE_USERIDS - github-token → GITHUB_TOKEN **Files updated:** - chart/templates/deployment.yaml - Fixed secret key references - README.md - Updated documentation and examples **Result:** All secret keys now follow the established SCREAMING_SNAKE_CASE convention (GITHUB_TOKEN, VNC_PASSWORD, SSH_AUTHORIZED_KEYS, etc.) for consistency and clarity. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>