5. Other guides#
5.1. Install git-crypt#
sudo apt install git-crypt
5.2. Update the Gandi PAT#
kubectl create secret generic gandi-credentials \
-n cert-manager \
--from-literal=pat='<PAT>' \
--dry-run=client -o yaml | kubectl apply -f -