yynmsl

Results 1 issues of yynmsl

Hi, I use terraform to install flux ``` data "flux_install" "main" { target_path = var.target_path network_policy = false namespace = var.flux_namespace components_extra = ["image-reflector-controller", "image-automation-controller"] } ``` I use ImageRepository...