We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5912d2a commit 9421fb8Copy full SHA for 9421fb8
openclaw-helm.html/0.md
@@ -76,7 +76,7 @@ kubectl create namespace openclaw
76
kubectl create secret generic openclaw-env-secret \
77
-n openclaw \
78
--from-literal=ANTHROPIC_API_KEY=your-api-key \
79
- --from-literal=GATEWAY_TOKEN=your-gateway-token
+ --from-literal=OPENCLAW_GATEWAY_TOKEN=your-gateway-token
80
```
81
82
Add the secret reference to your `values.yaml`:
@@ -241,7 +241,7 @@ metadata:
241
type: Opaque
242
stringData:
243
ANTHROPIC_API_KEY: "your-api-key-here"
244
- GATEWAY_TOKEN: "your-gateway-token-here"
+ OPENCLAW_GATEWAY_TOKEN: "your-gateway-token-here"
245
246
247
Plain Kubernetes Secrets are base64-encoded, not encrypted at rest unless you've configured encryption.
0 commit comments