Compare commits

..

2 Commits

281 changed files with 58 additions and 10 deletions

View File

@ -15,17 +15,17 @@
//"schedule": ["on saturday"], //"schedule": ["on saturday"],
"flux": { "flux": {
"fileMatch": [ "fileMatch": [
"(^|/)cluster/.+\\.ya?ml(\\.j2)?$" "(^|/)kubernetes/.+/.+\\.ya?ml(\\.j2)?$"
] ]
}, },
"helm-values": { "helm-values": {
"fileMatch": [ "fileMatch": [
"(^|/)cluster/.+\\.ya?ml(\\.j2)?$" "(^|/)kubernetes/.+/.+\\.ya?ml(\\.j2)?$"
] ]
}, },
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"(^|/)cluster/.+\\.ya?ml(\\.j2)?$" "(^|/)kubernetes/.+/.+\\.ya?ml(\\.j2)?$"
] ]
}, },
"kustomize": { "kustomize": {

Some files were not shown because too many files have changed in this diff Show More