From 0a00cfa550e73688d6613e7058c82558fcd06379 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Mon, 12 May 2025 19:50:31 -0400 Subject: [PATCH] fix: docs --- Architecture.md | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Architecture.md b/Architecture.md index fb22a3e..2e6c63b 100644 --- a/Architecture.md +++ b/Architecture.md @@ -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 --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')" ``` diff --git a/Readme.md b/Readme.md index 7653742..43bde7a 100644 --- a/Readme.md +++ b/Readme.md @@ -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