1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Fix Kusomization depends-on mapping

This commit is contained in:
stefanprodan
2020-10-02 13:43:05 +03:00
parent 6ceb133bb5
commit 1427b1537e

View File

@@ -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,
},