We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f17fe commit 73d026dCopy full SHA for 73d026d
1 file changed
src/vizier/services/agent/pem/pem_main.cc
@@ -18,6 +18,7 @@
18
19
#include <sole.hpp>
20
21
+
22
#include "src/integrations/grpc_clocksync/grpc_clock_converter.h"
23
#include "src/vizier/services/agent/pem/pem_manager.h"
24
#include "src/vizier/services/agent/shared/base/lifecycle.h"
@@ -29,7 +30,7 @@
29
30
#include "src/shared/version/version.h"
31
32
DEFINE_string(nats_url, gflags::StringFromEnv("PL_NATS_URL", "pl-nats"),
- "The host address of the nats cluster");
33
+ "The host address of the nats cluster.");
34
DEFINE_string(pod_name, gflags::StringFromEnv("PL_POD_NAME", ""),
35
"The name of the POD the PEM is running on");
36
DEFINE_string(host_ip, gflags::StringFromEnv("PL_HOST_IP", ""),
0 commit comments