Update .drone.yml
This commit is contained in:
parent
dafbdcbab4
commit
19a0cef76c
@ -61,10 +61,9 @@ steps:
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: token
|
||||
APISERVER:
|
||||
from_secret: api_server
|
||||
APISERVER: "https://10.10.0.10:6443"
|
||||
commands:
|
||||
- curl -X DELETE https://$APISERVER/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer $TOKEN" --insecure
|
||||
- curl -X DELETE $APISERVER/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer $TOKEN" --insecure
|
||||
volumes:
|
||||
- name: output
|
||||
temp: {}
|
||||
|
Loading…
Reference in New Issue
Block a user