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 <