Divyansh Gupta
Divyansh Gupta
``` failure-provisioner-not-found-temporary ``` This test is failing when run in our automated tests. I am assuming this is because the helm chart file change is not being pulled into our...
Thank you! It looks like the automated testing is continuing to fail: https://github.com/cert-manager/aws-privateca-issuer/actions/runs/6893208888/job/18752298060#step:15:802.
Good catch, I don't see namespace here either: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#crossversionobjectreference-v2-autoscaling. Please go ahead and make the change Brady requested and we will approve the PR for testing.
Hi @woehrl01 - Thanks for the feature request and the PR! We will review with the team and get back to you soon. In the meantime, we would love to...
Hi @woehrl01 - have you tried using a regular issuer (not a ClusterIssuer) with the namespace set? https://github.com/cert-manager/aws-privateca-issuer/blob/main/config/samples/awspcaissuer_ec/_v1beta1_awspcaissuer_ec.yaml#L5
@woehrl01 Thank you for the response.
Adding details for how to reproduce after a chat with @woehrl01 - Install the controller in Namespace1 (which contains a ServiceAccount with the correct IAM permissions attached), and then you...
@woehrl01 We were able to reproduce this namespacing issue and were able to apply your patch and test the fix. Your fix works, however our team is still discussing alternatives...
@woehrl01 Hi there, we decided this approach makes sense. We haven't merged it due to having no automated tests for this scenario yet. This is something we would have to...
Hi @woehrl01 - This work hasn't been prioritized on the team yet, I will keep you updated when we do. I appreciate your patience.