diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9435d986cb34af1cbe63833a59cf0a286317114..defb498e66f2493b06b9697e4573e44ba84ea0ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
 
 ## 3.1.1 - 2024-06-08
 
-### Fixed
+### Changed
+
+- healthmonitor/longhorn are now disabled by default
+
+### Fixed 
+
 - missing secret/storageclass additional helm charts for manila
+- ability to enable/disable permissions fix for acme
 
 ## 3.1.0 - 2024-06-03
 
diff --git a/terraform/modules/argocd/templates/argocd.yaml.tmpl b/terraform/modules/argocd/templates/argocd.yaml.tmpl
index 330e9308dc010aaefc851f556cb9aa6cba62d354..8850d2b800bffa2dd4ac8afd593db3e7739f0dd4 100644
--- a/terraform/modules/argocd/templates/argocd.yaml.tmpl
+++ b/terraform/modules/argocd/templates/argocd.yaml.tmpl
@@ -125,6 +125,7 @@ spec:
 
         manila:
           enabled: ${manila_enabled}
+          %{~ if manila_enabled ~}
           protocols:
           %{~ if manila_nfs_enabled ~}
             - name: NFS
@@ -138,3 +139,4 @@ spec:
               fsGroupPolicy: None
               type: ${manila_cephfs_type}
           %{~ endif ~}
+          %{~ endif ~}