fix: docs

This commit is contained in:
Yadunand Prem 2025-05-12 19:50:31 -04:00
parent 64d15b406a
commit 0a00cfa550
No known key found for this signature in database
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')"
```

View File

@ -47,7 +47,7 @@ Now that I have VMs booted into the ISO, I need to setup the VMs. This would fir
## Flux
```bash
flux bootstrap gitea --owner=yadunut --repository=homelab --hostname=git.yadunut.dev --path flux
flux bootstrap github --owner=yadunut --repository=homelab --path cluster/base --personal --components-extra image-reflector-controller,image-automation-controller
```
## Give Ups