Compare commits
2 Commits
3c45624a9b
...
f98c57befd
Author | SHA1 | Date |
---|---|---|
SeanOMik | f98c57befd | |
SeanOMik | af31ee53bc |
|
@ -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
Loading…
Reference in New Issue