Skip to content

Commit

Permalink
fixup! caa: adjust peer-pods test for node-installer-based CAA
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Dec 11, 2024
1 parent d1b8911 commit 27e38a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/test-peerpods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
matchLabels:
app: alpine
replicas: 1
minReadySeconds: 60
template:
metadata:
labels:
Expand All @@ -70,7 +71,7 @@ spec:
runtimeClassName: "$runtime"
containers:
- name: alpine
image: alpine/curl
image: alpine/curl@sha256:b5b6a32ca3986d4d8f3af31bf9cdb6ec28c345130bd57a7130eaeca7ce64da4e
imagePullPolicy: Always
command: ["sleep", "infinity"]
EOF
Expand Down

0 comments on commit 27e38a9

Please sign in to comment.