Refactor AIDE configuration and add exclusion paths

This commit is contained in:
2024-10-05 21:19:51 +02:00
parent 9c02c2b839
commit 90852bb9a6
13 changed files with 47 additions and 22 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ resource "kubernetes_deployment" "chronograf" {
volume {
name = "persistent-storage"
host_path {
path = "/mnt/microk8s_persistent/chronograf.data"
path = "${local.persistent_folder}/chronograf.data"
}
}
volume {