From 72319e33db33aea5a936260994d05bab04a906ea Mon Sep 17 00:00:00 2001 From: weslambert Date: Tue, 23 Jan 2024 12:38:09 -0500 Subject: [PATCH] Avoid leak test triggering --- salt/strelka/defaults.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/salt/strelka/defaults.yaml b/salt/strelka/defaults.yaml index 38c72138a..f338ce3ff 100644 --- a/salt/strelka/defaults.yaml +++ b/salt/strelka/defaults.yaml @@ -710,15 +710,15 @@ strelka: broker: bootstrap: "full broker here" protocol: "protocol here" - certlocation: "path to cert location" - keylocation: "path to key location" - calocation: "path to target ca bundle" + certlocation: "path" + keylocation: "path" + calocation: "path" topic: "topic name here" s3redundancy: "Boolean to pipe logs to S3 if kafka connection interrupted" s3: - accesskey: "S3 Access Key" - secretkey: "S3 Secret Key" - bucketName: "S3 bucket name" + accesskey: "abcd" + secretkey: "abcd" + bucketName: "bucket name" region: "Region that the S3 Bucket resides in" endpoint: "Endpoint that the S3 bucket refers to" manager: