Skip to content

Commit

Permalink
docs: update variable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Sep 4, 2023
1 parent 49639b3 commit 985149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type Config struct {
StoreRegistryBackend string `env:"K2D_STORE_REGISTRY_BACKEND,default=memory"`

// StoreVolumeCopyImageName represents the name of the container image used to copy and read from volumes
// when using the volume store for secrets and configmaps.
// when using the volume store for secrets and configmaps as well as registry secrets.
// If not provided through an environment variable named K2D_STORE_VOLUME_COPY_IMAGE_NAME,
// the default value is set to portainer/pause:latest.
StoreVolumeCopyImageName string `env:"K2D_STORE_VOLUME_COPY_IMAGE_NAME,default=portainer/pause:latest"`
Expand Down

0 comments on commit 985149a

Please sign in to comment.