diff --git a/internal/controller/dashboard/static_helpers.go b/internal/controller/dashboard/static_helpers.go index a18e6296..03003f6d 100644 --- a/internal/controller/dashboard/static_helpers.go +++ b/internal/controller/dashboard/static_helpers.go @@ -972,7 +972,7 @@ func createSecretBase64Column(name, jsonPath string) map[string]any { "data": map[string]any{ "id": "example-secretbase64", "plainTextValue": "hello", - "base64Value": "{reqsJsonPath[0]['" + jsonPath + "']['-']}", + "base64Value": "{reqsJsonPath[0]['" + jsonPath + "']['']}", }, }, },