pub fn build_deployment(namespace: &str, image_tag: &str) -> Result<Deployment>Expand description
Build the operator Deployment manifest.
The container image is ghcr.io/firestoned/bindy:<image_tag>.
pub fn build_deployment(namespace: &str, image_tag: &str) -> Result<Deployment>Build the operator Deployment manifest.
The container image is ghcr.io/firestoned/bindy:<image_tag>.