add reloader to reload wireguard upon config change

This commit is contained in:
viktorbarzin 2021-03-17 21:02:53 +00:00
parent e2270586a7
commit ca931d8fa1
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,8 @@
resource "helm_release" "reloader" {
namespace = "reloader"
create_namespace = true
name = "reloader"
repository = "https://stakater.github.io/stakater-charts"
chart = "reloader"
}