fix: docs
This commit is contained in:
parent
64d15b406a
commit
0a00cfa550
@ -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')"
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user