odigos sources update

Update Odigos Sources

Synopsis

This command will update any Source objects that match the provided Workload info.

odigos sources update [flags]

Options

      --all-namespaces              apply to all Kubernetes namespaces
      --disable-instrumentation     Disable instrumentation for Source
      --group string                Name of Source group to use
  -h, --help                        help for update
  -n, --namespace string            Kubernetes Namespace for Source (default "default")
      --otel-service string         OpenTelemetry service name to use for the Source
      --remove-group string         Group name to be removed from the Source (if set)
      --set-group string            Group name to be applied to the Source
      --workload-kind string        Kubernetes Kind for entity (one of: Deployment, DaemonSet, StatefulSet, Namespace)
      --workload-name string        Name of entity for Source
      --workload-namespace string   Namespace of entity for Source
      --yes                         skip the confirmation prompt

Options inherited from parent commands

      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")

SEE ALSO