We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785fc51 commit 2ecd27fCopy full SHA for 2ecd27f
charts/shield/templates/host/_configmap_helpers.tpl
@@ -142,7 +142,7 @@ true
142
{{- define "host.dragent_yaml.rapid_response" }}
143
{{- $config := dict }}
144
{{- $respond := get .Values.features (include "host.respond_key" .Values.features) }}
145
- {{- $rapid_response := omit (get $respond "rapid_response") "password" }}
+ {{- $rapid_response := omit (get $respond "rapid_response") "password" "existing_secret" "existing_secret_password_key" }}
146
{{- if and (include "common.semver.is_valid" .Values.host.image.tag) (semverCompare "< 13.10.0" .Values.host.image.tag) (not .Values.ssl.verify) }}
147
{{- $rapid_response = merge $rapid_response (dict "tls_skip_check" true) }}
148
{{- end }}
0 commit comments