Skip to content

Commit 9a3c5a0

Browse files
authored
chore(shield): update docs with rapid response password (#2306)
1 parent 366fb4c commit 9a3c5a0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.12.2
16+
version: 1.12.3
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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> |

charts/shield/templates/host/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ true
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 }}

charts/shield/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)