mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
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:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user