SYA-KE

Results 4 comments of SYA-KE

+1 here Does this work make changes to prefect.yaml? May be changing gitlab credentials blocks to access_token secrets would work? I'll try 😃

@tchar Thank you great info. I usually use helm to deploy prefect-worker and I tried your tricks. ```sh # create configMap kubectl create configmap server-cert --from-file=ssl.crt --dry-run=client -o yaml >...