We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33b415 commit c2887a3Copy full SHA for c2887a3
.github/workflows/test-kubernetes.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install cert-manager, patch upstream dns servers, wait for readiness
33
run: |
34
echo "Target cert-manager version: ${{ matrix.cm-version }}"
35
- kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${{ matrix.cm-version }}/cert-manager.yaml
+ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v${{ matrix.cm-version }}/cert-manager.yaml
36
# Patch cert-manager to use DNSimple's nameservers for faster propagation-checks
37
kubectl patch deployment cert-manager -n cert-manager --type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/args/-", "value": "--dns01-recursive-nameservers=ns1.dnsimple.com:53"}]'
38
kubectl wait --for=condition=available --timeout=600s deployment/cert-manager-webhook -n cert-manager
0 commit comments