Skip to content

Commit

Permalink
Merge pull request #59 from appuio/fix/empty-kustomization
Browse files Browse the repository at this point in the history
Generate a valid `kustomization.yaml` when scheduler canary is disabled
  • Loading branch information
simu authored Sep 20, 2023
2 parents c1d8c8a + c312a9c commit 2add239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/scheduler-canary.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local kustomization =
params.canary_scheduler_controller.kustomize_input,
)
else {
kustomization: {},
kustomization: { resources: [] },
};

kustomization

0 comments on commit 2add239

Please sign in to comment.