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

Fix Kusomization depends-on mapping
pull/290/head
Hidde Beydals 5 years ago committed by GitHub
commit 12866ca7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save