Loading k8s/kube-bench.yml +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ variables: k8s:kube-bench:prepare: stage: .pre image: alpine:latest variables: GIT_STRATEGY: none script: - apk add --no-cache yq - wget -O job.yaml ${KUBE_BENCH_MANIFEST} Loading @@ -20,6 +22,8 @@ k8s:kube-bench:prepare: k8s:kube-bench: stage: test image: registry.gitlab.com/gitlab-org/cluster-integration/cluster-applications:latest variables: GIT_STRATEGY: none script: - gl-use-kube-context - kubectl delete -f job.yaml --ignore-not-found=true Loading Loading
k8s/kube-bench.yml +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ variables: k8s:kube-bench:prepare: stage: .pre image: alpine:latest variables: GIT_STRATEGY: none script: - apk add --no-cache yq - wget -O job.yaml ${KUBE_BENCH_MANIFEST} Loading @@ -20,6 +22,8 @@ k8s:kube-bench:prepare: k8s:kube-bench: stage: test image: registry.gitlab.com/gitlab-org/cluster-integration/cluster-applications:latest variables: GIT_STRATEGY: none script: - gl-use-kube-context - kubectl delete -f job.yaml --ignore-not-found=true Loading