Merge pull request #356 from needsure/master

chore: fix some typos in comments
This commit is contained in:
Stefan Prodan
2024-04-28 14:07:49 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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})

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]