Skip to content

Commit

Permalink
fixing godoc and not exporting socified ffmpeg image
Browse files Browse the repository at this point in the history
Signed-off-by: Channing Gaddy <[email protected]>
  • Loading branch information
CodeChanning committed Aug 10, 2023
1 parent 3635d25 commit f2d03ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ type AdditionalDirectory struct {
type Finch struct {
CPUs *int `yaml:"cpus"`
Memory *string `yaml:"memory"`
// Soci: the snapshotter that will be installed and configured automatically on vm init or on vm start
// Snapshotter: the snapshotter that will be installed and configured automatically on vm init or on vm start
// Values: `soci` for SOCI snapshotter or empty for default overlay snapshotter.
Snapshotter *string `yaml:"snapshotter,omitempty"`
// CredsHelper: the list of credential helpers that will be installed and configured automatically on vm init or on vm start
CredsHelpers []string `yaml:"creds_helpers,omitempty"`
Expand Down

0 comments on commit f2d03ad

Please sign in to comment.