sipao
sipao
> Can you post the CRD yaml? I think it doesn't have a `.spec.conversion.webhook.clientConfig`. Did you try to do a clean re-install of the operator? Be warned: don't do this...
sorry for late. ``` kubectl get crd externalsecrets.external-secrets.io -o yaml | yq .spec.conversion strategy: None ```
I followed the guide and installed it, and it probably worked. ```helm install external-secrets \ external-secrets/external-secrets \ -n external-secrets \ --create-namespace \ --set installCRDs=true ``` ``` k get pods -n...
Thank you very much for the swift reply 🙏 🤩 Thank you for the great project.