Skip to content

Commit f9d858e

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <chenyu1@microsoft.com>
1 parent c88da8c commit f9d858e

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-multicluster/5339-clusterprofile-plugin-credentials

1 file changed

+2
-2
lines changed

keps/sig-multicluster/5339-clusterprofile-plugin-credentials/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ library proposed in this KEP.
325325
To address the deficiencies above, we further propose that:
326326

327327
* this KEP reserves a name in the extensions, `multicluster.x-k8s.io/clusterprofiles/auth/exec/additional-args`, which holds
328-
additional CLI arguments that need to be supplied to the exec plugin when the Cluster Profile API and community-provided
328+
additional CLI arguments that would be supplied to the exec plugin when the Cluster Profile API and community-provided
329329
library are used for authentication.
330330

331331
If an extension under this name is present, the community-provided library will extract the data, and append the
@@ -338,7 +338,7 @@ library are used for authentication.
338338
after the additional arguments are appended.
339339

340340
* this KEP reserves another name in the extensions, `multicluster.x-k8s.io/clusterprofiles/auth/exec/additional-envs`, which
341-
holds additional environment variables that need to be supplied upon calling the exec plugin when the Cluster Profile API
341+
holds additional environment variables that would be supplied upon calling the exec plugin when the Cluster Profile API
342342
and community-provided library are used for authentication.
343343

344344
If an extension under this name is present, the community-provided library will extract the data, and add the additional

0 commit comments

Comments
 (0)