diff --git a/content/posts/13-a-beautiful-gitops-day-3/index.md b/content/posts/13-a-beautiful-gitops-day-3/index.md index 56d9dc0..7214b0c 100644 --- a/content/posts/13-a-beautiful-gitops-day-3/index.md +++ b/content/posts/13-a-beautiful-gitops-day-3/index.md @@ -386,6 +386,7 @@ resource "kubernetes_storage_class_v1" "longhorn_fast" { fromBackup = "" fsType = "ext4" diskSelector = "fast" + dataLocality = "strict-local" } } ```