automerge grafana and reloader

This commit is contained in:
Tobias Brunner 2023-09-10 19:41:25 +02:00
parent a18b91e3f2
commit ada2cb8d1d
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
3 changed files with 7 additions and 1 deletions

View file

@ -26,10 +26,11 @@
"paths": [
"apps/renovate/**",
"apps/tobru-ch/**",
"system/apps/user/grafana.yaml",
"system/apps/system/reloader.yaml"
],
"automerge": true,
"requiredStatusChecks": null
}
]
}
}

View file

@ -14,3 +14,6 @@ spec:
namespace: kube-system
server: https://kubernetes.default.svc
project: system
syncPolicy:
automated:
prune: true

View file

@ -49,3 +49,5 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true