k8s redesign complete

This commit is contained in:
Eric Gullickson
2025-09-18 22:44:30 -05:00
parent cb98336d5e
commit 040da4c759
12 changed files with 1803 additions and 445 deletions

18
secrets/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Secrets Management .gitignore
# Ensure no secrets are committed to version control
# All secret files
*.txt
!*.example.txt
# Secret directories (but keep structure)
*/
!.gitignore
# Backup files
*.bak
*.backup
# Temporary files
*.tmp
*.temp