Skip to content

Commit

Permalink
fix(config): Ignore any existing plugins stanzas. (spinnaker#1583)
Browse files Browse the repository at this point in the history
Slack is littered with people having this issue. It looks like this was added in halyard 1.23 on 8/27/2019. So anyone with a config after that will have this issue.
  • Loading branch information
plumpy authored and link108 committed May 5, 2020
1 parent 87fb7ea commit 7b52c77
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public class DeploymentConfiguration extends Node {

Canary canary = new Canary();

// For backwards compatibility, removed in spinnaker/halyard#1520
@JsonIgnore String plugins = "";

Spinnaker spinnaker = new Spinnaker();

Webhook webhook = new Webhook();
Expand Down

0 comments on commit 7b52c77

Please sign in to comment.