ksail workload create source helm

Create or update a HelmRepository source using Flux APIs

Usage:
  ksail workload create source helm [name] [flags]

Examples:
  # Create a source from an HTTPS Helm repository
  ksail workload create source helm podinfo \
    --url=https://stefanprodan.github.io/podinfo

  # Create a source for an OCI Helm repository
  ksail workload create source helm podinfo \
    --url=oci://ghcr.io/stefanprodan/charts/podinfo \
    --secret-ref=docker-config

Flags:
      --export                export in YAML format to stdout
  -h, --help                  help for helm
      --interval duration     source sync interval (default 1m0s)
      --oci-provider string   OCI provider for authentication
      --pass-credentials      pass credentials to all domains
      --secret-ref string     the name of an existing secret containing credentials
      --url string            Helm repository address

Global Flags:
      --timing   Show per-activity timing output