Skip to content

Commit

Permalink
Omit feature flags serialization from state.yaml diag file
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 3, 2023
1 parent 3e8dcb5 commit 7f2d220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/component/runtime/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type ComponentState struct {
Message string `yaml:"message"`

Units map[ComponentUnitKey]ComponentUnitState `yaml:"units"`
Features *proto.Features `yaml:"features"`
Features *proto.Features `yaml:"-"`
FeaturesIdx uint64 `yaml:"features_idx"`

VersionInfo ComponentVersionInfo `yaml:"version_info"`
Expand Down

0 comments on commit 7f2d220

Please sign in to comment.