From 29ae8caa9501cb66ef354bcbb371ae5644ee25f1 Mon Sep 17 00:00:00 2001 From: Jean-Marc Andre Date: Sat, 22 May 2021 22:01:06 +0200 Subject: [PATCH] Not needed. The Container in the Function already accept EnvVar --- api/v1alpha1/backupconfiguration_types.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/v1alpha1/backupconfiguration_types.go b/api/v1alpha1/backupconfiguration_types.go index 7370544..7b156bf 100644 --- a/api/v1alpha1/backupconfiguration_types.go +++ b/api/v1alpha1/backupconfiguration_types.go @@ -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"` }