File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : mavimo
14141515type : application
16- version : 1.12.2
16+ version : 1.12.3
1717appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ The following table lists the configurable parameters of the `shield` chart and
117117| features.investigations.event_forwarder.integrations | | <code>[]</code> |
118118| features.investigations.event_forwarder.transmit_message_types | | <code>[]</code> |
119119| features.respond.rapid_response.enabled | | <code>false</code> |
120+ | features.respond.rapid_response.password | | <code></code> |
120121| features.respond.response_actions.enabled | | <code>false</code> |
121122| features.monitor.app_checks.enabled | | <code>false</code> |
122123| features.monitor.java_management_extensions.enabled | | <code>false</code> |
Original file line number Diff line number Diff line change 232232
233233{ {- define " host.rapid_response_password" } }
234234{ {- $feature_respond := get .Values.features (include " host.respond_key" .Values.features) } }
235- { {- if ne (dig " rapid_response" " password" " " $feature_respond ) " " } }
235+ { {- if (dig " rapid_response" " password" nil $feature_respond ) } }
236236{ {- $feature_respond .rapid_response.password } }
237237{ {- else } }
238238{ {- dig " rapid_response" " password" " " .Values.host.additional_settings } }
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ features:
143143 respond :
144144 rapid_response :
145145 enabled : false
146+ password :
146147 response_actions :
147148 enabled : false
148149 monitor :
You can’t perform that action at this time.
0 commit comments