1
0
mirror of synced 2026-03-21 01:46:57 +00:00

Merge pull request #289 from fluxcd/fix-kustomization-depends-on

Fix Kusomization depends-on mapping
This commit is contained in:
Hidde Beydals
2020-10-02 13:01:47 +02:00
committed by GitHub

View File

@@ -142,7 +142,7 @@ func createKsCmdRun(cmd *cobra.Command, args []string) error {
Labels: ksLabels, Labels: ksLabels,
}, },
Spec: kustomizev1.KustomizationSpec{ Spec: kustomizev1.KustomizationSpec{
DependsOn: utils.makeDependsOn(hrDependsOn), DependsOn: utils.makeDependsOn(ksDependsOn),
Interval: metav1.Duration{ Interval: metav1.Duration{
Duration: interval, Duration: interval,
}, },