From a8845812c460b7fc3e31a43665447041602e503a Mon Sep 17 00:00:00 2001 From: Rafal Foks Date: Mon, 26 Aug 2024 10:32:26 +0200 Subject: [PATCH] Add testdata --- internal/controller/runtime/testdata/auditConfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 internal/controller/runtime/testdata/auditConfig.json diff --git a/internal/controller/runtime/testdata/auditConfig.json b/internal/controller/runtime/testdata/auditConfig.json new file mode 100644 index 00000000..a7a163c3 --- /dev/null +++ b/internal/controller/runtime/testdata/auditConfig.json @@ -0,0 +1,9 @@ +{ + "aws": { + "eu-central-1": { + "tenantID": "79c64792-9c1e-4c1b-9941-ef7560dd3eae", + "serviceURL": "https://auditlog.example.com:3001", + "secretName": "auditlog-secret2" + } + } +}