refactor: move files to a kind-directory so Renovate will find them
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: unbound
|
||||
nodes:
|
||||
- role: control-plane
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: InitConfiguration
|
||||
nodeRegistration:
|
||||
kubeletExtraArgs:
|
||||
node-labels: "ingress-ready=true"
|
||||
- |
|
||||
kind: ClusterConfiguration
|
||||
apiServer:
|
||||
extraArgs:
|
||||
service-node-port-range: 3000-39999
|
||||
extraMounts:
|
||||
- hostPath: ./data
|
||||
containerPath: /data
|
||||
Reference in New Issue
Block a user