Skip to content

Commit 2ecd27f

Browse files
chore: omit rapid_response secrets on configmap
1 parent 785fc51 commit 2ecd27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/shield/templates/host/_configmap_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ true
142142
{{- define "host.dragent_yaml.rapid_response" }}
143143
{{- $config := dict }}
144144
{{- $respond := get .Values.features (include "host.respond_key" .Values.features) }}
145-
{{- $rapid_response := omit (get $respond "rapid_response") "password" }}
145+
{{- $rapid_response := omit (get $respond "rapid_response") "password" "existing_secret" "existing_secret_password_key" }}
146146
{{- if and (include "common.semver.is_valid" .Values.host.image.tag) (semverCompare "< 13.10.0" .Values.host.image.tag) (not .Values.ssl.verify) }}
147147
{{- $rapid_response = merge $rapid_response (dict "tls_skip_check" true) }}
148148
{{- end }}

0 commit comments

Comments
 (0)