Add minimal e2e tests to verify operator starts (#230)

This is a minimal version of #228 which just spins up a cluster and
verifies that the operator starts. Once this is merged expanding the e2e
tests will be easier. In the meantime we have some validation that the
Helm chart will run in a cluster.

Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
Philip Laine
2026-05-05 12:31:30 +02:00
committed by GitHub
parent af7c408386
commit 8f8aeb562f
7 changed files with 808 additions and 25 deletions
-5
View File
@@ -9,7 +9,6 @@ linters:
- gocyclo
- govet
- ineffassign
- lll
- misspell
- nakedret
- prealloc
@@ -80,12 +79,8 @@ linters:
exclusions:
generated: lax
rules:
- linters:
- lll
path: api/*
- linters:
- dupl
- lll
path: internal/*
paths:
- third_party$