drone ci
This commit is contained in:
parent
232e8ba9cc
commit
b930bf0d6c
2 changed files with 8 additions and 0 deletions
8
.drone.yml
Normal file
8
.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: default
|
||||||
|
steps:
|
||||||
|
- name: kubeval
|
||||||
|
image: garethr/kubeval
|
||||||
|
commands:
|
||||||
|
- kubeval --ignore-missing-schemas-d ./flux/
|
0
Dockerfile
Normal file
0
Dockerfile
Normal file
Loading…
Add table
Reference in a new issue