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 <hchiramm@redhat.com>
(cherry picked from commit 13f1611396)
This commit is contained in:
Humble Chirammal 2022-02-01 20:52:56 +05:30 committed by mergify[bot]
parent a05f63d842
commit bb94d537b0

View File

@ -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: