mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-07-30 06:31:47 +00:00
12 lines
289 B
YAML
12 lines
289 B
YAML
apiVersion: v1
|
|
data:
|
|
# Generate using commands in readme.md
|
|
onionAddress: ...aWQub25pb24K
|
|
privateKeyFile: ...F1mVQaWw2V6YahyUOiHSNg5QYwwAH
|
|
publicKeyFile: ...LguGSudSC/MOE8SDtSrRvGQFF7VYlynxUCBgvtLWrMg==
|
|
kind: Secret
|
|
metadata:
|
|
name: onion-secret
|
|
namespace: default
|
|
type: Opaque
|