Refactor AIDE configuration and add exclusion paths
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user