Add namespace to Cluster

This commit is contained in:
Daniel Cosme
2026-04-30 14:35:35 -04:00
parent a8ca536177
commit f1b73cffba
7 changed files with 15 additions and 16 deletions
+2 -6
View File
@@ -35,12 +35,8 @@ func HelmRelease() helm.HelmRelease {
},
},
},
Install: &helm.Install{
CRDs: helm.Create,
},
Upgrade: &helm.Upgrade{
CRDs: helm.CreateReplace,
},
Install: &helm.Install{CRDs: helm.Create},
Upgrade: &helm.Upgrade{CRDs: helm.CreateReplace},
}
return flux.NewFluxHelmRelease(meta, spec)
}