Skip to content

Commit efc1d06

Browse files
committed
Catch more steps that run on server
1 parent e667519 commit efc1d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/internal/converters/octopus_action_processor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ func (c OctopusActionProcessor) FixKnownProperties(actionType string, properties
231231
"Octopus.AwsRunCloudFormation",
232232
"Octopus.AwsDeleteCloudFormation",
233233
"Octopus.AwsApplyCloudFormationChangeSet",
234+
"Octopus.Kubernetes.Kustomize",
234235
}
235236

236237
sanitisedProperties := map[string]any{}

0 commit comments

Comments
 (0)