Update .gitlab-ci.yml file
This commit is contained in:
parent
10f14576d3
commit
e892e2233d
@ -49,6 +49,6 @@ docker_deploy:
|
|||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
script:
|
script:
|
||||||
- kubectl config view --kubeconfig=.kube/config
|
- kubectl config view --kubeconfig=.kube/config
|
||||||
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION}
|
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} --kubeconfig=.kube/config
|
||||||
tags:
|
tags:
|
||||||
- cluster
|
- cluster
|
Loading…
x
Reference in New Issue
Block a user