@@ -127,19 +127,19 @@ splunk_hec/platform_logs:
127
127
max_connections: { { .Values.splunkPlatform.max_connections } }
128
128
disable_compression: { { .Values.splunkPlatform.disable_compression } }
129
129
timeout: { { .Values.splunkPlatform.timeout } }
130
- insecure: { { .Values.splunkPlatform.insecure } }
131
- insecure_skip_verify: { { .Values.splunkPlatform.insecure_skip_verify } }
132
130
splunk_app_name: { { .Chart.Name } }
133
131
splunk_app_version: { { .Chart.Version } }
134
- { {- if .Values.splunkPlatform.clientCert } }
135
- cert_file: /otel/etc/hec_client_cert
136
- { {- end } }
137
- { {- if .Values.splunkPlatform.clientKey } }
138
- key_file: /otel/etc/hec_client_key
139
- { {- end } }
140
- { {- if .Values.splunkPlatform.caFile } }
141
- ca_file: /otel/etc/hec_ca_file
142
- { {- end } }
132
+ tls:
133
+ insecure_skip_verify: { { .Values.splunkPlatform.insecure_skip_verify } }
134
+ { {- if .Values.splunkPlatform.clientCert } }
135
+ cert_file: /otel/etc/hec_client_cert
136
+ { {- end } }
137
+ { {- if .Values.splunkPlatform.clientKey } }
138
+ key_file: /otel/etc/hec_client_key
139
+ { {- end } }
140
+ { {- if .Values.splunkPlatform.caFile } }
141
+ ca_file: /otel/etc/hec_ca_file
142
+ { {- end } }
143
143
{ {- end } }
144
144
145
145
{ {/*
@@ -155,17 +155,17 @@ splunk_hec/platform_metrics:
155
155
max_connections: { { .Values.splunkPlatform.max_connections } }
156
156
disable_compression: { { .Values.splunkPlatform.disable_compression } }
157
157
timeout: { { .Values.splunkPlatform.timeout } }
158
- insecure: { { .Values.splunkPlatform.insecure } }
159
- insecure_skip_verify: { { .Values.splunkPlatform.insecure_skip_verify } }
160
158
splunk_app_name: { { .Chart.Name } }
161
159
splunk_app_version: { { .Chart.Version } }
162
- { {- if .Values.splunkPlatform.clientCert } }
163
- cert_file: /otel/etc/hec_client_cert
164
- { {- end } }
165
- { {- if .Values.splunkPlatform.clientKey } }
166
- key_file: /otel/etc/hec_client_key
167
- { {- end } }
168
- { {- if .Values.splunkPlatform.caFile } }
169
- ca_file: /otel/etc/hec_ca_file
170
- { {- end } }
160
+ tls:
161
+ insecure_skip_verify: { { .Values.splunkPlatform.insecure_skip_verify } }
162
+ { {- if .Values.splunkPlatform.clientCert } }
163
+ cert_file: /otel/etc/hec_client_cert
164
+ { {- end } }
165
+ { {- if .Values.splunkPlatform.clientKey } }
166
+ key_file: /otel/etc/hec_client_key
167
+ { {- end } }
168
+ { {- if .Values.splunkPlatform.caFile } }
169
+ ca_file: /otel/etc/hec_ca_file
170
+ { {- end } }
171
171
{ {- end } }
0 commit comments