16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
---
|
|
# 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"
|