File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3535
3636 KIND_CONFIG_FILE=${{ env.TEMP_DIR }}/kind.yaml
3737 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}
3939
4040 sudo --preserve-env=REGISTRY_ADDRESS sh -c 'cat > /etc/containers/registries.conf.d/local.conf <<EOF
4141 [[registry]]
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ apiVersion: kind.x-k8s.io/v1alpha4
1919nodes :
2020 - role : control-plane
2121 image : kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
22+ extraPortMappings :
23+ - containerPort : 80
24+ hostPort : 80
25+ protocol : TCP
2226 kubeadmConfigPatches :
2327 - |
2428 kind: InitConfiguration
You can’t perform that action at this time.
0 commit comments