From f2d03ad1c840070e521ebb7c3fdf072cb22ab953 Mon Sep 17 00:00:00 2001 From: Channing Gaddy Date: Thu, 10 Aug 2023 10:11:39 -0700 Subject: [PATCH] fixing godoc and not exporting socified ffmpeg image Signed-off-by: Channing Gaddy --- pkg/config/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index e83b3692a..a8752252f 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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"`