Skip to content
Snippets Groups Projects
Commit 40f03a5f authored by Rob Kooper's avatar Rob Kooper
Browse files

only show protocols if any enabled in manila

parent d3a62ace
No related branches found
Tags v3.1.1
No related merge requests found
......@@ -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
......
......@@ -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 ~}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment