Skip to content

Commit

Permalink
Rebase after current sonobuoy golang framework was restructured
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <[email protected]>
  • Loading branch information
michal-gubricky committed Oct 3, 2024
1 parent 2f51f80 commit 1de322f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Tests/kaas/kaas-sonobuoy-go-example-e2e-framework/kind-config.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions Tests/kaas/kaas-sonobuoy-tests/kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: 127.0.0.1
apiServerPort: 6443
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
enable-admission-plugins: "NodeRestriction,PodSecurity"
nodes:
- role: control-plane
- role: worker
Expand Down

0 comments on commit 1de322f

Please sign in to comment.