Skip to content

Commit

Permalink
feat(#109): support flag group config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 28, 2023
1 parent 640bbff commit c51610f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ public static class ChoiceConfig {

@JsonProperty("visible_for")
public List<String> visibleFor = new ArrayList<>(); // unused but helm chart creates it

@JsonProperty("group")
public String group; // unused but helm chart creates it
}

public static class Choices {
Expand Down

0 comments on commit c51610f

Please sign in to comment.