From 23145bc1f708e1faf9a29c23df6ded95b6b98500 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Mon, 14 Mar 2022 12:03:32 +0530 Subject: [PATCH] cleanup: fix csi-kms-connection-details.yaml ibmkeyprotect-test ex The last option in `ibmkeyprotect-test` example had a extra `,` at the end, which caused parsing to fail. This commit removes the same. Signed-off-by: Rakshith R --- examples/kms/vault/csi-kms-connection-details.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kms/vault/csi-kms-connection-details.yaml b/examples/kms/vault/csi-kms-connection-details.yaml index f62f6034d..23e896a5b 100644 --- a/examples/kms/vault/csi-kms-connection-details.yaml +++ b/examples/kms/vault/csi-kms-connection-details.yaml @@ -67,7 +67,7 @@ data: "IBM_KP_SERVICE_INSTANCE_ID": "7abef064-01dd-4237-9ea5-8b3890970be3", "IBM_KP_BASE_URL": "https://us-south.kms.cloud.ibm.com", "IBM_KP_TOKEN_URL": "https://iam.cloud.ibm.com/oidc/token", - "IBM_KP_REGION": "us-south-2", + "IBM_KP_REGION": "us-south-2" } aws-sts-metadata-test: |- {