This commit is contained in:
2026-02-19 19:55:05 -05:00
parent 7003d860b7
commit dfc0a3c1e3
10 changed files with 169 additions and 153 deletions
+15
View File
@@ -0,0 +1,15 @@
---
# Example secrets - DO NOT commit actual secrets!
# Use SealedSecrets or another secret management solution
apiVersion: v1
kind: Secret
metadata:
name: antigravity-secrets
type: Opaque
stringData:
# GitHub Personal Access Token (for private repos)
github-token: "ghp_your_token_here"
# VNC Password (optional, for secure VNC access)
vnc-password: "your_vnc_password"