mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-29 11:28:14 +00:00
47c5661034
* Fixes issue #439: Adds integration testing using KIND * try integration tests * started using ticker and timeouts * trying built container image * adds load image into KIND * adds comparison * fixes as per PR review
13 lines
354 B
YAML
13 lines
354 B
YAML
apiVersion: kind.sigs.k8s.io/v1alpha3
|
|
kind: Cluster
|
|
networking:
|
|
apiServerAddress: "0.0.0.0"
|
|
|
|
kubeadmConfigPatchesJson6902:
|
|
- group: kubelet.config.k8s.io
|
|
version: v1beta1
|
|
kind: KubeletConfiguration
|
|
patch: |
|
|
- op: add
|
|
path: /tlsCipherSuites
|
|
value: ["TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"] |