diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 031b9be..3e7ef35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ docker_deploy: name: bitnami/kubectl entrypoint: [""] script: - - kubectl config view + - kubectl config view --kubeconfig=.kube/config - kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} tags: - cluster \ No newline at end of file