Skip to content

Commit

Permalink
Add read only option for volume mounted into kind cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Sep 27, 2022
1 parent 1753aea commit ad30380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-programs/educates/pkg/config/installationconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
type VolumeMountConfig struct {
HostPath string `yaml:"hostPath"`
ContainerPath string `yaml:"containerPath"`
ReadOnly bool `yaml:"readOnly,omitempty"`
}

type LocalKindClusterConfig struct {
Expand Down

0 comments on commit ad30380

Please sign in to comment.