build_deployment

Function build_deployment 

Source
pub fn build_deployment(
    namespace: &str,
    image_tag: &str,
    registry: Option<&str>,
) -> Result<Deployment>
Expand description

Build the operator 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.