Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle resource already exists in Apply
We're getting already exists errors when applying the same resource in parallel tests. ``` logger.go:146: 2024-09-20T11:05:08.890Z FATAL environment/magic.go:243 failed to install CA certificates and issuer: failed to create resource certificates.cert-manager.io "selfsigned-ca" already exists - Resource: apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: selfsigned-ca namespace: serverless-tests spec: commonName: selfsigned-ca isCA: true issuerRef: group: cert-manager.io kind: Issuer name: selfsigned-issuer privateKey: algorithm: ECDSA size: 256 secretName: eventshub-ca {"test": "TestPingSourceTLS"} ``` Signed-off-by: Pierangelo Di Pilato <[email protected]>
- Loading branch information