Skip to content

Commit

Permalink
fix: before() for AddMetadataToTemplateDecorator
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel authored and Sgitario committed Mar 21, 2023
1 parent de35e56 commit 1a3a84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public void andThenVisit(PodTemplateSpecFluent<?> item, ObjectMeta resourceMeta)

@Override
public Class<? extends Decorator>[] before() {
return new Class[] { AddLabelDecorator.class, RemoveLabelDecorator.class };
return new Class[] { AddLabelDecorator.class, RemoveLabelDecorator.class, AddAnnotationDecorator.class, RemoveAnnotationDecorator.class };
}
}

0 comments on commit 1a3a84c

Please sign in to comment.