From 89ecf797263462f3eaa4a7ecff8d2cd3ab1f0b5c Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Thu, 7 Oct 2021 18:08:42 +0800 Subject: [PATCH] [skip ci] Refine comment (#9407) Signed-off-by: Edward Zeng --- build/config/topology/trustworthy-jwt-ci.yaml | 2 +- build/config/topology/trustworthy-jwt.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/config/topology/trustworthy-jwt-ci.yaml b/build/config/topology/trustworthy-jwt-ci.yaml index 51c26f14b..2d5f75c3d 100644 --- a/build/config/topology/trustworthy-jwt-ci.yaml +++ b/build/config/topology/trustworthy-jwt-ci.yaml @@ -1,4 +1,4 @@ -# This configs KinD to spin up a k8s cluster with trustworthy jwt (Service Account Token Volume Projection) feature. +# This configures KinD to spin up a k8s cluster with trustworthy jwt (Service Account Token Volume Projection) feature. kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 networking: diff --git a/build/config/topology/trustworthy-jwt.yaml b/build/config/topology/trustworthy-jwt.yaml index 22419086c..799e7a220 100644 --- a/build/config/topology/trustworthy-jwt.yaml +++ b/build/config/topology/trustworthy-jwt.yaml @@ -1,4 +1,4 @@ -# This configs KinD to spin up a k8s cluster with trustworthy jwt (Service Account Token Volume Projection) feature. +# This configures KinD to spin up a k8s cluster with trustworthy jwt (Service Account Token Volume Projection) feature. kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 networking: -- GitLab