Add e2e tests for helm chart
This commit is contained in:
parent
42b3a1ebd2
commit
2b2acae28f
28 changed files with 152 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
kind: Cluster
|
||||
apiVersion: kind.sigs.k8s.io/v1alpha3
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
- role: worker
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: ClusterConfiguration
|
||||
metadata:
|
||||
name: config
|
||||
controllerManager:
|
||||
extraArgs:
|
||||
namespace-sync-period: 10s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue