Not needed. The Container in the Function already accept EnvVar
This commit is contained in:
parent
8e85ce9c4c
commit
29ae8caa95
@ -30,8 +30,6 @@ const (
|
|||||||
type Step struct {
|
type Step struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
// +optional
|
// +optional
|
||||||
Env []corev1.EnvVar `json:"env,omitempty"`
|
|
||||||
// +optional
|
|
||||||
Finalize *bool `json:"finalize,omitempty"`
|
Finalize *bool `json:"finalize,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user