Skip to content

Commit c2887a3

Browse files
Add 'v' prefix to cm version
1 parent d33b415 commit c2887a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-kubernetes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install cert-manager, patch upstream dns servers, wait for readiness
3333
run: |
3434
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
35+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v${{ matrix.cm-version }}/cert-manager.yaml
3636
# Patch cert-manager to use DNSimple's nameservers for faster propagation-checks
3737
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"}]'
3838
kubectl wait --for=condition=available --timeout=600s deployment/cert-manager-webhook -n cert-manager

0 commit comments

Comments
 (0)