Skip to content

Commit 9e9ce38

Browse files
authored
fix(helm): apiVersion overrides not needed in tests (#13207)
1 parent bda56b4 commit 9e9ce38

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/k8s-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
do
127127
DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
128128
OUT=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15.0 \
129-
--overrides='{ "apiVersion": "v1" }' \
130129
--restart=Never -i --rm -- \
131130
--silent \
132131
--max-time 20 \
@@ -157,7 +156,6 @@ jobs:
157156
echo "Simple API check"
158157
DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
159158
CR=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15.0 \
160-
--overrides='{ "apiVersion": "v1" }' \
161159
--restart=Never -i --rm -- \
162160
--silent \
163161
--max-time 20 \

0 commit comments

Comments
 (0)