Skip to content

Commit 03ab36f

Browse files
committed
fixup! fixup! 👷 ci: no need to patch security group rules anymore
1 parent 6607252 commit 03ab36f

File tree

1 file changed

+1
-1
lines changed
  • github_actions/deploy_cluster

1 file changed

+1
-1
lines changed

‎github_actions/deploy_cluster/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kubectl apply -f clusterapi.yaml
4040

4141
# This can be removed once v1.0.0-alpha.2 is released and it is deployed on the CI.
4242
kubectl patch osccluster $OSC_CLUSTER_NAME -n $OSC_CLUSTER_NAME --type='merge' -p \
43-
'{"spec":{"network":{"additionalSecurityRules":[{"roles":["worker"], "rules":[{"flow":"Inbound", "ipRange":"10.0.4.0/24", "fromPortRange":1, "toPortRange": 65535, "ipProtocol": "tcp"}]}]}}}'
43+
'{"spec":{"network":{"additionalSecurityRules":[{"roles":["worker"], "rules":[{"flow":"Inbound", "ipRange":"10.0.4.0/24", "fromPortRange":1, "toPortRange": 65535, "ipProtocol": "4"}]}]}}}'
4444

4545
for i in {1..10}; do
4646
sleep 30

0 commit comments

Comments
 (0)