new try with new regex
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Tobias Brunner 2023-05-30 19:57:12 +02:00
parent a9ebecac13
commit d4f0e7f48d
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -9,7 +9,8 @@
], ],
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"apps/**/*.yaml" "^apps/.*\\.yaml$",
"^system/.*\\.yaml$"
], ],
"ignorePaths": [ "ignorePaths": [
"monitoring/**" "monitoring/**"