# 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 <