From 98d1ab4c92deac57d3682c1cc4481bf4c784a91c Mon Sep 17 00:00:00 2001 From: Mizuki Urushida Date: Fri, 8 Mar 2019 08:04:10 +0900 Subject: [PATCH] Fix indentation of EncryptionConfiguration sample (#12876) --- content/en/docs/tasks/administer-cluster/kms-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/kms-provider.md b/content/en/docs/tasks/administer-cluster/kms-provider.md index 601b0fb97d..cfd0e23d6e 100644 --- a/content/en/docs/tasks/administer-cluster/kms-provider.md +++ b/content/en/docs/tasks/administer-cluster/kms-provider.md @@ -89,7 +89,7 @@ resources: name: myKmsPlugin endpoint: unix:///tmp/socketfile.sock cachesize: 100 - - identity: {} + - identity: {} ``` 2. Set the `--encryption-provider-config` flag on the kube-apiserver to point to the location of the configuration file.