Not needed. The Container in the Function already accept EnvVar

This commit is contained in:
jandre 2021-05-22 22:01:06 +02:00
parent 8e85ce9c4c
commit 29ae8caa95

View File

@ -30,8 +30,6 @@ const (
type Step struct {
Name string `json:"name"`
// +optional
Env []corev1.EnvVar `json:"env,omitempty"`
// +optional
Finalize *bool `json:"finalize,omitempty"`
}