We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d147df commit 5eefc6dCopy full SHA for 5eefc6d
internal/worker/worker.go
@@ -79,6 +79,7 @@ func (wg *WorkerGenerator) GenerateWorkerPod(
79
VolumeSource: corev1.VolumeSource{
80
HostPath: &corev1.HostPathVolumeSource{
81
Path: constants.TFDataPath,
82
+ Type: ptr.To(corev1.HostPathDirectoryOrCreate),
83
},
84
85
})
0 commit comments