Fix grammer errors in code comments

This commit is contained in:
Ray Zhou
2020-05-20 20:31:19 +08:00
parent 6f97e3df14
commit 66a312a1e0
11 changed files with 17 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
# Adds namespace to all resources.
# Add namespace to all resources.
namespace: t-system
# Value of this field is prepended to the
@@ -13,7 +13,7 @@ namePrefix: t-
# someName: someValue
# Each entry in this list must resolve to an existing
# resource definition in YAML. These are the resource
# resource definition in YAML. These are the resource
# files that kustomize reads, modifies and emits as a
# YAML string, with resources separated by document
# markers ("---").

View File

@@ -1,5 +1,5 @@
# This patch inject a sidecar container which is a HTTP proxy for the controller manager,
# it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
# This patch injects a sidecar container which is an HTTP proxy for the controller manager.
# It performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
apiVersion: apps/v1
kind: StatefulSet
metadata: