Files
homelab-k3s/apps/dashwise/secret.example.yaml
T

14 lines
414 B
YAML
Raw Normal View History

2026-08-12 12:46:58 -07:00
# Copy to secret.yaml (gitignored), set real values, and apply once:
# kubectl apply -f secret.yaml
# These are the PocketBase superuser credentials dashwise creates on first
# start; they are also what you use to reach the PocketBase admin UI.
apiVersion: v1
kind: Secret
metadata:
name: dashwise
namespace: dashwise
type: Opaque
stringData:
pb-admin-email: you@example.com
pb-admin-password: CHANGE-ME