move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.

This commit is contained in:
Madison Grubb
2025-07-10 10:21:39 -04:00
parent 85ff210135
commit bc2debdea0
58 changed files with 188 additions and 704 deletions

9
.woodpecker/ci.yaml Normal file
View File

@@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: test
image: debian
commands:
- echo "This is the test step"