File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
KIND_CONFIG_FILE=${{ env.TEMP_DIR }}/kind.yaml
37
37
echo "KIND_CONFIG_FILE=${KIND_CONFIG_FILE}" >> $GITHUB_ENV
38
- envsubst < ${GITHUB_ACTION_PATH}/resouces /kind.yaml > ${KIND_CONFIG_FILE}
38
+ envsubst < ${GITHUB_ACTION_PATH}/resources /kind.yaml > ${KIND_CONFIG_FILE}
39
39
40
40
sudo --preserve-env=REGISTRY_ADDRESS sh -c 'cat > /etc/containers/registries.conf.d/local.conf <<EOF
41
41
[[registry]]
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ apiVersion: kind.x-k8s.io/v1alpha4
19
19
nodes :
20
20
- role : control-plane
21
21
image : kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
22
+ extraPortMappings :
23
+ - containerPort : 80
24
+ hostPort : 80
25
+ protocol : TCP
22
26
kubeadmConfigPatches :
23
27
- |
24
28
kind: InitConfiguration
You can’t perform that action at this time.
0 commit comments