feat: deploy 1password

This commit is contained in:
2024-11-05 10:47:53 -05:00
parent 085910d48b
commit 70e8d11521
2 changed files with 34 additions and 17 deletions

View File

@@ -48,3 +48,11 @@ Yay! you now have an interface, and an IP address to broadcast on :D
IP: 10.0.0.55
3. premhome-eagle-1
IP: 10.0.0.248
## Deploying secrets
```sh
kubectl create secret generic 1password-credentials --from-file=1password-credentials.json --namespace 1password-system
kubectl create secret generic 1password-token --namespace 1password-system --from-literal token=<token>
```