Update .gitlab-ci.yml file
This commit is contained in:
@@ -48,7 +48,8 @@ docker_deploy:
|
|||||||
name: bitnami/kubectl
|
name: bitnami/kubectl
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
script:
|
script:
|
||||||
- kubectl config view --kubeconfig=.kube/config
|
- kubectl get pod --kubeconfig=.kube/config
|
||||||
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} --kubeconfig=.kube/config
|
- kubectl get pod --kubeconfig=.kube/config --certificate-authority=.kube/ca.pem
|
||||||
|
#- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} --kubeconfig=.kube/config --certificate-authority=.kube/ca.pem
|
||||||
tags:
|
tags:
|
||||||
- cluster
|
- cluster
|
||||||
Reference in New Issue
Block a user