You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flagSet.String(kubeConfigPathFlagName, defaultKubeConfigPath, "absolute path to the KubeconfigPath file.")
41
41
flagSet.Duration(heartbeatIntervalFlagName, defaultHeartbeatInterval, "The interval to use for sending a heartbeat. Setting it to 0 disables the heartbeat.")
42
42
flagSet.String(nameFlagName, opampBridgeName, "The name of the bridge to use for querying managed collectors.")
43
-
flagSet.String(modeFlagName, "", `Operating mode: "operator" (default, uses CRDs) or "plain" (manages ConfigMaps for Deployments/DaemonSets).`)
43
+
flagSet.String(modeFlagName, "", `Operating mode: "operator" (default, uses CRDs) or "standalone" (manages ConfigMaps for Deployments/DaemonSets).`)
0 commit comments