diff --git a/pkg/types/script.go b/pkg/types/script.go index 415d9961..e8f99bd9 100644 --- a/pkg/types/script.go +++ b/pkg/types/script.go @@ -10,7 +10,7 @@ import ( // Internal type created to support Spec.script options type Script struct { Name string // Name of ConfigMap or VolumeClaim or "LocalFile" - ReadOnly bool + ReadOnly bool // VolumeClaim only Filename string Path string Type string // ConfigMap | VolumeClaim | LocalFile