Skip to content

Commit

Permalink
fix(ecs/securityGroups): Rename the securityGroups attribute due Clou…
Browse files Browse the repository at this point in the history
…ddriver is expecting securityGroupNames instead. (spinnaker#9524)

Co-authored-by: Zach Smith <[email protected]>
  • Loading branch information
jorgebee65 and zachsmith1 authored Jul 29, 2021
1 parent 71ec894 commit 9cc7807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ angular
dockerImageCredentialsSecret: defaultImageCredentials,
availabilityZones: availabilityZones,
subnetType: '',
securityGroups: [],
securityGroupNames: [],
healthCheckGracePeriodSeconds: '',
placementConstraints: [],
placementStrategyName: '',
Expand Down

0 comments on commit 9cc7807

Please sign in to comment.