chore: fix some typos in conments

Signed-off-by: needsure <qinzhipeng@outlook.com>
This commit is contained in:
needsure
2024-04-09 16:45:31 +08:00
parent d879d0f4fb
commit 37fa020bcd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func (s *Server) ListenAndServe() *grpc.Server {
server := health.NewServer()
// Register grpc apis for refection
// Register grpc apis for reflection
echo.RegisterEchoServiceServer(srv, &echoServer{config: s.config, logger: s.logger})
version.RegisterVersionServiceServer(srv, &VersionServer{config: s.config, logger: s.logger})
+1 -1
View File
@@ -48,7 +48,7 @@ import (
// The securityContext allows setting the container security context.
securityContext?: corev1.#SecurityContext
// Pod optinal settings.
// Pod optional settings.
podAnnotations?: {[string]: string}
podSecurityContext?: corev1.#PodSecurityContext
imagePullSecrets?: [...corev1.LocalObjectReference]