deploy
This commit is contained in:
parent
2a211bdd1d
commit
23901c4f19
13
.drone.yml
13
.drone.yml
@ -2,11 +2,6 @@ kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/runner
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
|
||||
steps:
|
||||
- name: image-qa-81
|
||||
image: plugins/docker
|
||||
@ -55,3 +50,11 @@ steps:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
---
|
||||
kind: policy
|
||||
name: runner
|
||||
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/runner
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
|
Loading…
x
Reference in New Issue
Block a user