Compare commits
No commits in common. "f98c57befdfb1b645ee73a0cb1ba31e1627c3236" and "3c45624a9b13e0f7a2c0bf5fed90f5c4e1135342" have entirely different histories.
f98c57befd
...
3c45624a9b
|
@ -15,17 +15,17 @@
|
||||||
//"schedule": ["on saturday"],
|
//"schedule": ["on saturday"],
|
||||||
"flux": {
|
"flux": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)kubernetes/.+/.+\\.ya?ml(\\.j2)?$"
|
"(^|/)cluster/.+\\.ya?ml(\\.j2)?$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)kubernetes/.+/.+\\.ya?ml(\\.j2)?$"
|
"(^|/)cluster/.+\\.ya?ml(\\.j2)?$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)kubernetes/.+/.+\\.ya?ml(\\.j2)?$"
|
"(^|/)cluster/.+\\.ya?ml(\\.j2)?$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"kustomize": {
|
"kustomize": {
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue