Skip to content

Commit

Permalink
Cleanup kind config to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Apr 6, 2024
1 parent c0a8c3f commit dc140e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
30 changes: 0 additions & 30 deletions test/e2e/kind-config-v1.18.yaml

This file was deleted.

1 change: 0 additions & 1 deletion test/e2e/kind-config-v1.19.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions test/e2e/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
"service-account-signing-key-file": /etc/kubernetes/pki/sa.key
"service-account-key-file": /etc/kubernetes/pki/sa.pub
"service-account-issuer": api
"service-account-api-audiences": api,vault,factors

0 comments on commit dc140e4

Please sign in to comment.