fix: docs

This commit is contained in:
2025-05-12 19:50:31 -04:00
parent 64d15b406a
commit 0a00cfa550
2 changed files with 2 additions and 2 deletions

View File

@@ -56,6 +56,6 @@ Yay! you now have an interface, and an IP address to broadcast on :D
op connect server create cluster --vaults cluster
op connect token create cluster --server <Server ID> --vault cluster
kubectl create secret generic -n 1password-system 1password-credentials --from-literal=password="$(op read 'op://cluster/1password-credentials/password')"
kubectl create secret generic -n 1password-system 1password-credentials --from-literal=password="$(op read 'op://cluster/1password-credentials/1password-credentials.json')"
kubectl create secret generic -n 1password-system 1password-token --from-literal password="$(op read 'op://cluster/1password-token/password')"
```