You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the SDKAppConfig will allow overriding pruning values for specific nodes, since the SDKAppConfig is what sets the pruning values in the app.toml during initialization.
The FullNodeSpec contains the InstanceOverrides field:
cosmos-operator/api/v1/cosmosfullnode_types.go
Line 89 in cb5ef48
This field is a map of pod names to a struct that overrides specific default/global values, and it provides the fields here:
cosmos-operator/api/v1/cosmosfullnode_types.go
Lines 755 to 776 in cb5ef48
We want to add more fields to this struct to allow overriding other settings on a per-pod basis. This could include:
The text was updated successfully, but these errors were encountered: