An error occurred while fetching the assigned milestone of the selected merge_request.
Guarantee functions are not lost after Knative update
All threads resolved!
All threads resolved!
Compare changes
Files
6- João Alexandre Cunha authored
- Uses shared_exampels to DRY up duplicated specs
@@ -8,19 +8,6 @@
let(:cluster_issuer_file) { { "cluster_issuer.yaml": "---\napiVersion: certmanager.k8s.io/v1alpha1\nkind: ClusterIssuer\nmetadata:\n name: letsencrypt-prod\nspec:\n acme:\n server: https://acme-v02.api.letsencrypt.org/directory\n email: admin@example.com\n privateKeySecretRef:\n name: letsencrypt-prod\n http01: {}\n" } }