add flux support

This commit is contained in:
2025-05-01 19:17:16 +05:30
parent 6e69adfca5
commit a2901ec826

View File

@@ -6,6 +6,9 @@
"ignorePaths": [ "ignorePaths": [
"**/disabled/**" "**/disabled/**"
], ],
"flux": {
"fileMatch": ["\\.yml$"]
},
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.yml$"] "fileMatch": ["\\.yml$"]
} }