We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda56b4 commit 9e9ce38Copy full SHA for 9e9ce38
1 file changed
.github/workflows/k8s-tests.yml
@@ -126,7 +126,6 @@ jobs:
126
do
127
DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
128
OUT=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15.0 \
129
- --overrides='{ "apiVersion": "v1" }' \
130
--restart=Never -i --rm -- \
131
--silent \
132
--max-time 20 \
@@ -157,7 +156,6 @@ jobs:
157
156
echo "Simple API check"
158
159
CR=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15.0 \
160
161
162
163
0 commit comments