From 54f933b1f7de1feb91aea8ead52d9e72224706ab Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Tue, 3 Feb 2026 15:07:05 +0100 Subject: [PATCH] chore(07-01): add ArgoCD repository secret documentation - Document taskplaner-repo secret structure for ArgoCD - Secret created via kubectl (not committed) for security - Uses internal cluster URL for Gitea access --- argocd/repo-secret.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 argocd/repo-secret.yaml diff --git a/argocd/repo-secret.yaml b/argocd/repo-secret.yaml new file mode 100644 index 0000000..9ebb3d1 --- /dev/null +++ b/argocd/repo-secret.yaml @@ -0,0 +1,22 @@ +# ArgoCD Repository Secret for TaskPlanner +# This file documents the secret structure. Apply using kubectl, not this file. +# +# To create the secret: +# PASSWORD=$(kubectl get secret gitea-repo -n argocd -o jsonpath='{.data.password}' | base64 -d) +# cat <