pub fn build_scout_deployment(
namespace: &str,
opts: &ScoutDeploymentOptions<'_>,
) -> Result<Deployment>Expand description
Build the scout Deployment manifest.
The container image defaults to ghcr.io/firestoned/bindy:<image_tag>.
Pass registry to override the registry/org prefix for air-gapped environments.
Scout CLI args (--cluster-name, --default-ips, --default-zone) are passed
directly to the container command so the scout behaves consistently with bindy scout.