--- # 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" # Happy Coder API Key happy-coder-api-key: "your_happy_coder_api_key" # VNC Password (optional, for secure VNC access) vnc-password: "your_vnc_password"