mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
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 <rar@redhat.com>
This commit is contained in:
parent
4f0bb2315b
commit
23145bc1f7
@ -67,7 +67,7 @@ data:
|
|||||||
"IBM_KP_SERVICE_INSTANCE_ID": "7abef064-01dd-4237-9ea5-8b3890970be3",
|
"IBM_KP_SERVICE_INSTANCE_ID": "7abef064-01dd-4237-9ea5-8b3890970be3",
|
||||||
"IBM_KP_BASE_URL": "https://us-south.kms.cloud.ibm.com",
|
"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",
|
"IBM_KP_REGION": "us-south-2"
|
||||||
}
|
}
|
||||||
aws-sts-metadata-test: |-
|
aws-sts-metadata-test: |-
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user