From 2d1a7495cc00eb053def86beb0fb26d4bc7bf72e Mon Sep 17 00:00:00 2001 From: VR Date: Mon, 23 Jun 2025 22:47:45 +0100 Subject: [PATCH] fixin --- notes/0000-how-this-was-built.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0000-how-this-was-built.md b/notes/0000-how-this-was-built.md index 6cf9552..a68bd56 100644 --- a/notes/0000-how-this-was-built.md +++ b/notes/0000-how-this-was-built.md @@ -233,7 +233,7 @@ Good practice says that I should add some resource limits and requests, but I'll I'm running a local Gitea instance, so I just created a new [repo](https://k3gtpi.jumpingcrab.com/vlad/vlads-notes) and saved the K8s cluster config as a repo secret called "K8S_CONF" (use secrets instead of plain variables as the latter can be exposed in the action's logs) -![[gitea_secret_setup.png]] +![gitea_secret_setup](gitea_secret_setup.png) I then created the ".gitea/workflows" directories and placed the workflow YAML file (publish.yaml) within. The workflow is split into two jobs: - 1st job