Skip to content

Commit

Permalink
Update e2e/internal/kubeclient/setup.go
Browse files Browse the repository at this point in the history
Co-authored-by: 3u13r <[email protected]>
  • Loading branch information
burgerdev and 3u13r authored Mar 4, 2024
1 parent 9a5693d commit 1e1a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/internal/kubeclient/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (k *Kubeclient) Setup() error {
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
defer cancel()

// TODO(burgerdev): this needs to be generated by Setup as soon as we moved apply logic here.
// TODO(burgerdev): this needs to be generated by Setup as soon as we move apply logic here.
k.namespace = os.Getenv("K8S_NAMESPACE")
if k.namespace == "" {
return fmt.Errorf("environment variable K8S_NAMESPACE must be set")
Expand Down

0 comments on commit 1e1a190

Please sign in to comment.