Skip to content

Commit

Permalink
Change login node OnNodeUpdated update policy to supported
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmakin authored and hgreebe committed Aug 23, 2024
1 parent 2bd7948 commit f3dc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/pcluster/schemas/cluster_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ class LoginNodesCustomActionsSchema(BaseSchema):

on_node_start = OneOrManyCustomActionField(metadata={"update_policy": UpdatePolicy.UNSUPPORTED})
on_node_configured = OneOrManyCustomActionField(metadata={"update_policy": UpdatePolicy.UNSUPPORTED})
on_node_updated = OneOrManyCustomActionField(metadata={"update_policy": UpdatePolicy.UNSUPPORTED})
on_node_updated = OneOrManyCustomActionField(metadata={"update_policy": UpdatePolicy.SUPPORTED})

@post_load
def make_resource(self, data, **kwargs):
Expand Down

0 comments on commit f3dc800

Please sign in to comment.