provisioning-catalog/components/longhorn/cluster/manifest_plan.ncl

16 lines
305 B
Text
Raw Normal View History

let mp = import "schemas/lib/manifest_plan.ncl" in
{
manifest_plan | mp.ManifestPlan = {
init = [
{ file = "httproute", action = 'apply },
],
update = [
{ file = "httproute", action = 'apply },
],
delete = [
{ file = "httproute", action = 'delete },
],
},
}