From bb94d537b03df1c4835fbc86860ac3345b6c4b7c Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 1 Feb 2022 20:52:56 +0530 Subject: [PATCH] deploy: correct typos in aws encryption yamls The field name was wrong in example yaml and this correct the same Signed-off-by: Humble Chirammal (cherry picked from commit 13f16113961d0e2dcd1b86ed0bb5e0bb600eeefc) --- examples/kms/vault/csi-kms-connection-details.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kms/vault/csi-kms-connection-details.yaml b/examples/kms/vault/csi-kms-connection-details.yaml index 4aac5bb0f..a835d34e9 100644 --- a/examples/kms/vault/csi-kms-connection-details.yaml +++ b/examples/kms/vault/csi-kms-connection-details.yaml @@ -57,7 +57,7 @@ data: aws-metadata-test: |- { "KMS_PROVIDER": "aws-metadata", - "IBM_KP_SECRET_NAME": "ceph-csi-aws-credentials", + "KMS_SECRET_NAME": "ceph-csi-aws-credentials", "AWS_REGION": "us-west-2" } ibmkeyprotect-test: |- @@ -66,7 +66,7 @@ data: "IBM_KP_SECRET_NAME": "ceph-csi-kp-credentials", "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_TOKEN_URL": "https://iam.cloud.ibm.com/oidc/token", "IBM_KP_REGION": "us-south-2", } metadata: