Skip to content

Commit

Permalink
Merge pull request #229 from vshn/fix/empty-kustomization
Browse files Browse the repository at this point in the history
Generate a valid `kustomization.yaml` when SLOs are disabled
  • Loading branch information
Kidswiss authored Sep 21, 2023
2 parents 1ef730b + 2df7b25 commit 15ab6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/appcat_sli_exporter.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ local kustomization =
namespace_patch: namespace_patch,
}
else {
kustomization: {},
kustomization: { resources: [] },
};


Expand Down

0 comments on commit 15ab6cd

Please sign in to comment.